-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add `feature_importances` stub (#148) * add intrinsic_importances stub and set fallback to othing. * fix error in intrinsic_importances docstring. * rename intrinsic_importances method to eature_importances. * remove fallback for eature_importances. * Update src/model_api.jl Co-authored-by: Anthony Blaom, PhD <[email protected]> * bump 1.5 * Update `metadata_model` to include traits for feature importances and training losses (#155) * + supports_training_losses,reports_feature_importances to model_metadata * bump 1.5.1 * bump StatisticalTraits = "3.1" Co-authored-by: Okon Samuel <[email protected]>
- Loading branch information
1 parent
e8da6ba
commit 5886633
Showing
5 changed files
with
42 additions
and
20 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