File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ html:
46
46
extra_footer : |
47
47
<div>
48
48
<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>
50
51
</div>
51
52
Brought to you under a <a href="https://github.com/INRIA/scikit-learn-mooc/blob/main/LICENSE">CC-BY License</a> by
52
53
<a href="https://learninglab.inria.fr">Inria Learning Lab</a>,
53
54
<a href="https://scikit-learn.fondation-inria.fr">scikit-learn @ La Fondation Inria</a>,
54
55
<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>,
55
57
with many thanks to the <a href="https://scikit-learn.org">scikit-learn</a> community as a whole!
56
58
</div>
57
59
Original file line number Diff line number Diff line change @@ -27,25 +27,25 @@ p[aria-level="2"] {
27
27
font-weight : bold;
28
28
}
29
29
30
- /* The add to join the MOOC */
30
+ /* The adds in the landing page */
31
31
32
32
div .mooc_add {
33
33
display : table;
34
34
}
35
35
36
36
div .mooc_add a {
37
- color : # 813000 ;
37
+ color : # 000000 ;
38
38
display : block;
39
39
border-radius : .4em ;
40
- background-color : # FFEBDD ;
40
+ background-color : # F7931E ;
41
41
border : 1px solid # 7b5a46 ;
42
42
box-shadow : 1px 1px 1px # CA9875 ;
43
43
padding : 5pt ;
44
44
}
45
45
46
46
@media screen and (min-width : 900px ) {
47
47
div .mooc_add {
48
- width : 20 ex ;
48
+ width : 25 ex ;
49
49
position : fixed;
50
50
right : calc (5pt + .15 * (100vw - 900px ));
51
51
bottom : calc (5pt + max (0pt , .05 * (100vh - 200px )));
Original file line number Diff line number Diff line change @@ -139,6 +139,11 @@ Let us give a few pointers on going further with machine learning.
139
139
the solutions shared by the winners in the discussions is a
140
140
good way to learn
141
141
142
+ ### Get certified
143
+
144
+ - The [ official scikit-learn certifications] ( https://certification.probabl.ai/ )
145
+ are delivered by [ probabl] ( https://probabl.ai/ ) .
146
+
142
147
## Bringing value: The bigger picture beyond machine-learning
143
148
144
149
We will now touch briefly how machine learning fits in wider questions,
You can’t perform that action at this time.
0 commit comments