-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix _sgd imports * Fix _safe_tags import issue * Change _construct_instance import * Change get_tags syntax * Ignore FutureWarning in sklearn * Update skops/io/_sklearn.py Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com> * Update skops/io/_sklearn.py Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com> * fix typo * Fix variable name inconsitency * Add clearer message about warning supression * WIP * Add explicit typing * Remove stray WIP with prints * Fix tags issues * Update skops/io/_sklearn.py Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com> * Make the use of SGD models conditional on sklearn version * Add relative paths to fix import errors * Add construct_instances for both versions * Move imports for construct_instances * Partially make tags work between the two versions * Tags working with both versions * Remove typing import * Attepmt to fix catboost issues * Skip quantile-forest futurewarning sklearn 1.7 * Supress quantile-foreset warning * Update spaces/skops_model_card_creator/requirements.txt Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com> * Update skops/_min_dependencies.py Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com> * Add error for SGD class and incompatible sklearn version * Copy code for scikit-learn for est tags * Fix loss issues * minor fix * reduce diff * annotations import * work with all instances from _construct_instances * Refactor get_input() * trigger CI * debug CI * ... * ... * ... * ... * ... * ... --------- Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
- Loading branch information
1 parent
fb35674
commit 00f5f07
Showing
14 changed files
with
728 additions
and
150 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.