-
Notifications
You must be signed in to change notification settings - Fork 121
Add fit parameters passing #391
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
Merged
LacombeLouis
merged 22 commits into
scikit-learn-contrib:master
from
sami-ka:212-add-fit-params
Jan 12, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c6bd80a
ADD: fit parameters in fit_estimator function signature
sami-ka a4bc069
ADD: fit parameters to the fit method in EnsembleEstimator abstract c…
sami-ka 4ffd18d
ADD: fit parameters to the _fit_oof_estimator and fit method of the E…
sami-ka 6ef5fbd
ADD: fit parameters to the fit method of the MapieRegressor class
sami-ka 77c73e0
ADD: fit parameters to the fit method of the MapieQuantileRegressor c…
sami-ka 31a0515
ADD: fit parameters to the fit method of the MapieTimeSeriesRegressor…
sami-ka 66f44b2
ADD: fit parameters to the _fit_and_predict_oof_model and fit method …
sami-ka 0533878
ADD: fit parameters to the fit method of the MapieCalibrator class
sami-ka 377767d
UPD: authors list and changelog
sami-ka 4f24c65
FORMAT: Flake8 linting
sami-ka c5066a7
BUILD(DEV): specified mypy version not compatible with python 3.10.7
sami-ka 5b6cb1d
ADD: test of passing fit parameters
sami-ka 13b6f3e
FIX: Test number of boosting iterations for all estimators
sami-ka 2b2c7d6
ADD: tests for calibration, classification and regression
sami-ka 53cc84c
STYLE: formatting
sami-ka 2aa5ebc
DOCS: Add description for fit parameters passing test
sami-ka 8073ad4
REFACTOR: reorganize elements used in fit parameters test
sami-ka bf51c92
Merge branch 'master' into 212-add-fit-params
sami-ka a415ce2
FIX: Merge commit mistake
sami-ka 47eb40a
FIX: History merge
sami-ka 1df8633
STYLE: function header one liner
sami-ka a4adcb6
Merge branch 'master' into 212-add-fit-params
sami-ka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,5 @@ Contributors | |
* Arthur Phan <[email protected]> | ||
* Rafael Saraiva <[email protected]> | ||
* Mehdi Elion <[email protected]> | ||
|
||
* Sami Kaddani <[email protected]> | ||
To be continued ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.