Skip to content

Commit

Permalink
Add info about the certification
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoAmorQ committed Nov 14, 2024
1 parent 8982b3f commit a7c0ac7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
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

0 comments on commit a7c0ac7

Please sign in to comment.