-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG+1] Threshold for pairs learners #168
[MRG+1] Threshold for pairs learners #168
Commits on Feb 4, 2019
-
add some tests for testing that different scores work using the scori…
…ng function
William de Vazelhes committedFeb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 676ab86 - Browse repository at this point
Copy the full SHA 676ab86View commit details
Commits on Feb 5, 2019
-
ENH: Add tests and basic threshold implementation
William de Vazelhes committedFeb 5, 2019 Configuration menu - View commit details
-
Copy full SHA for cc1c3e6 - Browse repository at this point
Copy the full SHA cc1c3e6View commit details
Commits on Feb 6, 2019
-
Add support for LSML and more generally quadruplets
William de Vazelhes committedFeb 6, 2019 Configuration menu - View commit details
-
Copy full SHA for f95c456 - Browse repository at this point
Copy the full SHA f95c456View commit details -
Make CalibratedClassifierCV work (for preprocessor case) thanks to cl…
…asses_
William de Vazelhes committedFeb 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 9ffe8f7 - Browse repository at this point
Copy the full SHA 9ffe8f7View commit details
Commits on Feb 7, 2019
-
Fix some tests and PEP8 errors
William de Vazelhes committedFeb 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 3354fb1 - Browse repository at this point
Copy the full SHA 3354fb1View commit details
Commits on Feb 19, 2019
-
change the sign in decision function
William de Vazelhes committedFeb 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 12cb5f1 - Browse repository at this point
Copy the full SHA 12cb5f1View commit details -
Add docstring for threshold_ and classes_ in the base _PairsClassifie…
…r class
William de Vazelhes committedFeb 19, 2019 Configuration menu - View commit details
-
Copy full SHA for dd8113e - Browse repository at this point
Copy the full SHA dd8113eView commit details -
remove quadruplets from the test with scikit learn custom scorings
William de Vazelhes committedFeb 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 1c8cd29 - Browse repository at this point
Copy the full SHA 1c8cd29View commit details
Commits on Feb 20, 2019
-
Remove argument y in quadruplets learners and lsml
William de Vazelhes committedFeb 20, 2019 Configuration menu - View commit details
-
Copy full SHA for d12729a - Browse repository at this point
Copy the full SHA d12729aView commit details -
FIX fix docstrings of decision functions
William de Vazelhes committedFeb 20, 2019 Configuration menu - View commit details
-
Copy full SHA for dc9e21d - Browse repository at this point
Copy the full SHA dc9e21dView commit details -
FIX the threshold by taking the opposite (to be adapted to the decisi…
…on function)
William de Vazelhes committedFeb 20, 2019 1Configuration menu - View commit details
-
Copy full SHA for 402729f - Browse repository at this point
Copy the full SHA 402729fView commit details
Commits on Feb 21, 2019
-
Fix tests to have no y for quadruplets' estimator fit
William de Vazelhes committedFeb 21, 2019 Configuration menu - View commit details
-
Copy full SHA for aaac3de - Browse repository at this point
Copy the full SHA aaac3deView commit details -
Remove isin to be compatible with old numpy versions
William de Vazelhes committedFeb 21, 2019 Configuration menu - View commit details
-
Copy full SHA for e5b1e47 - Browse repository at this point
Copy the full SHA e5b1e47View commit details -
Fix threshold so that it has a positive value and add small test
William de Vazelhes committedFeb 21, 2019 Configuration menu - View commit details
-
Copy full SHA for a0cb3ca - Browse repository at this point
Copy the full SHA a0cb3caView commit details -
William de Vazelhes committed
Feb 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 8d5fc50 - Browse repository at this point
Copy the full SHA 8d5fc50View commit details
Commits on Mar 4, 2019
-
FEAT: Add calibrate_threshold and tests
William de Vazelhes committedMar 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 0f14b25 - Browse repository at this point
Copy the full SHA 0f14b25View commit details
Commits on Mar 5, 2019
-
MAINT: remove starred syntax for compatibility with older versions of…
… python
William de Vazelhes committedMar 5, 2019 Configuration menu - View commit details
-
Copy full SHA for a6458a2 - Browse repository at this point
Copy the full SHA a6458a2View commit details -
Remove debugging prints and make tests for ITML pass, while waiting for
scikit-learn-contrib#175 to be solved
William de Vazelhes committedMar 5, 2019 Configuration menu - View commit details
-
Copy full SHA for fada5cc - Browse repository at this point
Copy the full SHA fada5ccView commit details -
FIX: from __future__ import division to pass tests for python 2.7
William de Vazelhes committedMar 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 32a4889 - Browse repository at this point
Copy the full SHA 32a4889View commit details
Commits on Mar 11, 2019
-
Add some documentation for calibration
William de Vazelhes committedMar 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 5cf71b9 - Browse repository at this point
Copy the full SHA 5cf71b9View commit details -
William de Vazelhes committed
Mar 11, 2019 Configuration menu - View commit details
-
Copy full SHA for c2bc693 - Browse repository at this point
Copy the full SHA c2bc693View commit details
Commits on Mar 21, 2019
-
Merge branch 'master' into feat/add_threshold
# Conflicts: # doc/conf.py
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for e96ee00 - Browse repository at this point
Copy the full SHA e96ee00View commit details -
Address most comments from aurelien's reviews
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 3ed3430 - Browse repository at this point
Copy the full SHA 3ed3430View commit details -
Remove classes_ attribute and test for CalibratedClassifierCV
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 69c6945 - Browse repository at this point
Copy the full SHA 69c6945View commit details -
Rename make_args_inc_quadruplets into remove_y_quadruplets
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for bc39392 - Browse repository at this point
Copy the full SHA bc39392View commit details -
TST: Fix remaining threshold into min_rate
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for facc546 - Browse repository at this point
Copy the full SHA facc546View commit details -
Remove default_threshold and put calibrate_threshold instead
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for f0ca65e - Browse repository at this point
Copy the full SHA f0ca65eView commit details -
Use calibrate_threshold for ITML, and remove description
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for a6ec283 - Browse repository at this point
Copy the full SHA a6ec283View commit details -
ENH: use calibrate_threshold by default and display its parameters fr…
…om the fit method
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 49fbbd7 - Browse repository at this point
Copy the full SHA 49fbbd7View commit details -
Add a small test to test automatic calibration
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 960b174 - Browse repository at this point
Copy the full SHA 960b174View commit details -
Update documentation of the default threshold
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for c91acf7 - Browse repository at this point
Copy the full SHA c91acf7View commit details -
Inverse sense for threshold comparison to be more intuitive
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for a742186 - Browse repository at this point
Copy the full SHA a742186View commit details -
Address remaining review comments
William de Vazelhes committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 9ec1ead - Browse repository at this point
Copy the full SHA 9ec1eadView commit details
Commits on Mar 26, 2019
-
MAINT: Rename threshold_params into calibration_params
William de Vazelhes committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 986fed3 - Browse repository at this point
Copy the full SHA 986fed3View commit details -
TST: Add test for extreme cases
William de Vazelhes committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 3f5d6d1 - Browse repository at this point
Copy the full SHA 3f5d6d1View commit details -
MAINT: rename threshold_params into calibration_params
William de Vazelhes committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b5e4dd - Browse repository at this point
Copy the full SHA 7b5e4ddView commit details -
MAINT: rename threshold_params into calibration_params
William de Vazelhes committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for a3ec02c - Browse repository at this point
Copy the full SHA a3ec02cView commit details
Commits on Mar 27, 2019
-
FIX: Make tests work, and add the right threshold (mean between lowes…
…t accepted value and highest rejected value), and max + 1 or min - 1 for extreme points
William de Vazelhes committedMar 27, 2019 Configuration menu - View commit details
-
Copy full SHA for ccc66eb - Browse repository at this point
Copy the full SHA ccc66ebView commit details -
Merge branch 'master' into feat/add_threshold
# Conflicts: # test/test_mahalanobis_mixin.py # test/test_utils.py
William de Vazelhes committedMar 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 6dff15b - Browse repository at this point
Copy the full SHA 6dff15bView commit details
Commits on Apr 2, 2019
-
Go back to previous version of finding the threshold
William de Vazelhes committedApr 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 719d018 - Browse repository at this point
Copy the full SHA 719d018View commit details -
Extract method for validating calibration parameters
William de Vazelhes committedApr 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 551d161 - Browse repository at this point
Copy the full SHA 551d161View commit details -
Validate calibration params before fit
William de Vazelhes committedApr 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 594c485 - Browse repository at this point
Copy the full SHA 594c485View commit details -
Address scikit-learn-contrib#168 (comment)
William de Vazelhes committedApr 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 14713c6 - Browse repository at this point
Copy the full SHA 14713c6View commit details