Gael Varoquaux

Results 40 issues of Gael Varoquaux

If we ever want to also input ".rst" files, it's really easy to read them in, and convert them to .py files. I just came across some code lying on...

enhancement

At the beginning of all our examples, we have a note that points user to the bottom of the example, to find the download links and the binder link. I...

enhancement

The sphx_glr_python_to_jupyter is very hard to find in the document. I wonder if it shouldn't be briefly mentioned on the page https://sphinx-gallery.github.io/stable/getting_started.html

documentation

A project can get in a state where it is impossible to build with sphinx-gallery: https://readthedocs.org/projects/joblib/builds/6641437/ I think that I've already seen this on my own computer and that it...

In the following: https://inria.github.io/scikit-learn-mooc/python_scripts/ensemble_hyperparameters.html We tune n_estimators for RandomForest which doesn't make much sense. Typically: the more, the better.

As mentioned by @ogrisel : we could add a small sentence in many places in the MOOC where we do model evaluation commenting on what the evaluation means: the choice...

good first issue

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...

The localizer_paradigm.csv file of nipy-data-0.2.tar.gz does not match the original one (in ftp://ftp.cea.fr/pub/dsv/madic/download/nipy/). This creates a conflict with the 'get_data_light.py' and breaks the examples in labs/need_data (in particular examples/labs/need_data/localizer_glm_ar.py). Ping...

bug

These fixes are necessary for the mayavi2 application to close without errors They seem a bit like bugware, but they fix the problem.