Skip to content

Commit 36ed53d

Browse files
ArturoAmorQArturoAmorQ
and
ArturoAmorQ
authored
Add info about the certification (#781)
Co-authored-by: ArturoAmorQ <[email protected]>
1 parent 6e1c90c commit 36ed53d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

jupyter-book/_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ html:
4646
extra_footer: |
4747
<div>
4848
<div class="mooc_add">
49-
<a href="https://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn">Join the full MOOC for better learning!</a>
49+
<a href="https://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn">Join the full MOOC experience</a>
50+
<a href="https://certification.probabl.ai/">Get officially certified!</a>
5051
</div>
5152
Brought to you under a <a href="https://github.com/INRIA/scikit-learn-mooc/blob/main/LICENSE">CC-BY License</a> by
5253
<a href="https://learninglab.inria.fr">Inria Learning Lab</a>,
5354
<a href="https://scikit-learn.fondation-inria.fr">scikit-learn @ La Fondation Inria</a>,
5455
<a href="https://www.inria-academy.fr/formation/scikit-learn-la-boite-a-outils-de-lapprentissage-automatique/">Inria Academy</a>,
56+
<a href="https://probabl.ai/">probabl</a>,
5557
with many thanks to the <a href="https://scikit-learn.org">scikit-learn</a> community as a whole!
5658
</div>
5759

jupyter-book/_static/sklearn_mooc.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ p[aria-level="2"] {
2727
font-weight: bold;
2828
}
2929

30-
/* The add to join the MOOC */
30+
/* The adds in the landing page */
3131

3232
div.mooc_add {
3333
display: table;
3434
}
3535

3636
div.mooc_add a {
37-
color: #813000;
37+
color: #000000;
3838
display: block;
3939
border-radius: .4em;
40-
background-color: #FFEBDD;
40+
background-color: #F7931E;
4141
border: 1px solid #7b5a46;
4242
box-shadow: 1px 1px 1px #CA9875;
4343
padding: 5pt;
4444
}
4545

4646
@media screen and (min-width: 900px) {
4747
div.mooc_add {
48-
width: 20ex;
48+
width: 25ex;
4949
position: fixed;
5050
right: calc(5pt + .15 * (100vw - 900px));
5151
bottom: calc(5pt + max(0pt, .05*(100vh - 200px)));

jupyter-book/concluding_remarks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ Let us give a few pointers on going further with machine learning.
139139
the solutions shared by the winners in the discussions is a
140140
good way to learn
141141

142+
### Get certified
143+
144+
- The [official scikit-learn certifications](https://certification.probabl.ai/)
145+
are delivered by [probabl](https://probabl.ai/).
146+
142147
## Bringing value: The bigger picture beyond machine-learning
143148

144149
We will now touch briefly how machine learning fits in wider questions,

0 commit comments

Comments
 (0)