scikit-learn-mooc icon indicating copy to clipboard operation
scikit-learn-mooc copied to clipboard

Machine learning in Python with scikit-learn MOOC

Results 98 scikit-learn-mooc issues
Sort by recently updated
recently updated
newest added

Add an exercise computing permutation importance of the linear model and comparing them to coefficients of the linear model.

The module on feature importances uses custom-written code to compute the feature importances. We should rewrite this module to use the code in 0.24: https://inria.github.io/scikit-learn-mooc/python_scripts/metrics_classification.html When we rewrite this, we...

I find the first part a bit dry. Pencilling in for a rainy day at one point maybe who knows. We can probably recycle existing content (presentations) and/or Olivier's deep...

@ogrisel proposes to add an additional figure: https://gitlab.inria.fr/learninglab/mooc-scikit-learn/mooc-scikit-learn-coordination/-/merge_requests/8#note_477599 It is probably not dramatic for the next course but we should address it. I am putting this issue as a reminder.

There is this weird contradiction that most of the time: - we use admonitions for side-comments - because they are colored brings more attention to them than they should. One...

We should add a small section to show how: - how to handle missing data - illustrate the usage of an imputer in a pipeline - illustrate the usage of...

Some filenames are less than great. Not a short-term priority but this may worth looking at it at some point. Examples: - 02, 03, 04 not relevant anymore on the...

Commenting inside `.py` files does not quite work as expected so the simplest is to remove this WIP. ![image](https://user-images.githubusercontent.com/1680079/117316078-8ed45f00-ae88-11eb-83a5-563273d8cd83.png) The code that I removed: ```py # ## Link between confusion...

Very often we want to navigate between the two, having a quick way to do it (even super hacky with a list of correspondence URLs in a Python dictionary) could...

infrastructure