Machine Learning Engineer a Inria Saclay (Parietal team).
-
Inria
- Paris, France
- http://ogrisel.com
Highlights
- 5 discussions answered
Block or Report
Block or report ogrisel
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
parallel_ml_tutorial Public
Tutorial on scikit-learn and IPython for parallel machine learning
-
python-appveyor-demo Public
Demo project for building Python wheels with appveyor.com
-
docker-distributed Public
Experimental docker-compose setup to bootstrap distributed on a docker-swarm cluster.
1,782 contributions in the last year
Less
More
Activity overview
Contributed to
scikit-learn/scikit-learn,
INRIA/scikit-learn-mooc,
joblib/loky
and 5 other
repositories
Contribution activity
February 2022
Created 17 commits in 6 repositories
Created a pull request in joblib/joblib that received 3 comments
MAINT fix sklearn test setup
This should fix the sklearn test setup by making pytest not try to collect tests on unrelated XML files with missing read permission in the /tmp fo…
+5
−2
•
3
comments
Opened 8 other pull requests in 3 repositories
joblib/loky
1
open
3
merged
scikit-learn/scikit-learn
2
merged
joblib/joblib
1
open
1
merged
Reviewed 35 pull requests in 3 repositories
joblib/loky
18 pull requests
- MNT drop py < 3.7 support : delete remaining compat files
- MNT drop py < 3.7 support : delete _base
- MNT drop py < 3.7 support in context
- Drop Python 2.7-3.6 support
- MNT drop py < 3.7 support in test/utils
- MNT drop py < 3.7 support in test_loky_backend
- MNT drop py < 3.7 support in test_worker_timeout
- MNT drop py < 3.7 support in utils
- MNT drop py < 3.7 support in spawn
- MNT drop py < 3.7 support in process
- MNT drop py < 3.7 support in queues
- MAINT drop Python < 3.7 in reduction.py
- MNT drop py < 3.7 support in synchronize
- MNT more drop py < 3.7 support
- MNT drop py < 3.7 support for process_executor and reusable_executor
- MAINT replace .format(...) by Python f-string
- Fix top level import of loky package when _multiprocessing module is missing
- CI drop py < 3.7
scikit-learn/scikit-learn
11 pull requests
- MAINT more pytest pinning
-
TST Complete test for
pairwise_distance_{argmin,argmin_min} - DOC label addition of QuantileRegressor as major feature
- CI Pin pytest version for stalled tests
- TST Better info when checking for no warnings in tests
- ENH improve ARFF parser using pandas
- FIX downcast nominal features whenever possible in LIAC-ARFF
- ENH Adds get_feature_names to neural_network module
- ENH Adds get_feature_names to isotonic module
-
MAINT Plug
PairwiseDistancesArgKminas a back-end - TST Accelerating ensemble/tests/test_gradient_boosting.py::test_regression_dataset