Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info about the certification #781

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion jupyter-book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ html:
extra_footer: |
<div>
<div class="mooc_add">
<a href="https://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn">Join the full MOOC for better learning!</a>
<a href="https://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn">Join the full MOOC experience</a>
<a href="https://certification.probabl.ai/">Get officially certified!</a>
</div>
Brought to you under a <a href="https://github.com/INRIA/scikit-learn-mooc/blob/main/LICENSE">CC-BY License</a> by
<a href="https://learninglab.inria.fr">Inria Learning Lab</a>,
<a href="https://scikit-learn.fondation-inria.fr">scikit-learn @ La Fondation Inria</a>,
<a href="https://www.inria-academy.fr/formation/scikit-learn-la-boite-a-outils-de-lapprentissage-automatique/">Inria Academy</a>,
<a href="https://probabl.ai/">probabl</a>,
with many thanks to the <a href="https://scikit-learn.org">scikit-learn</a> community as a whole!
</div>

Expand Down
8 changes: 4 additions & 4 deletions jupyter-book/_static/sklearn_mooc.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ p[aria-level="2"] {
font-weight: bold;
}

/* The add to join the MOOC */
/* The adds in the landing page */

div.mooc_add {
display: table;
}

div.mooc_add a {
color: #813000;
color: #000000;
display: block;
border-radius: .4em;
background-color: #FFEBDD;
background-color: #F7931E;
border: 1px solid #7b5a46;
box-shadow: 1px 1px 1px #CA9875;
padding: 5pt;
}

@media screen and (min-width: 900px) {
div.mooc_add {
width: 20ex;
width: 25ex;
position: fixed;
right: calc(5pt + .15 * (100vw - 900px));
bottom: calc(5pt + max(0pt, .05*(100vh - 200px)));
Expand Down
5 changes: 5 additions & 0 deletions jupyter-book/concluding_remarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ Let us give a few pointers on going further with machine learning.
the solutions shared by the winners in the discussions is a
good way to learn

### Get certified

- The [official scikit-learn certifications](https://certification.probabl.ai/)
are delivered by [probabl](https://probabl.ai/).

## Bringing value: The bigger picture beyond machine-learning

We will now touch briefly how machine learning fits in wider questions,
Expand Down
Loading