-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: hyperparameter optimization for fnn models (#897)
Closes #861 ### Summary of Changes Added fit_by_exhaustive_search method to NNClassifier, NNRegressor Added FittingWithChoice and FittingWithoutChoice Error Added Choice options for neuron_count params of all layers Added contains_choices method to all layers Added _get_layers_for_all_choices method to all layers Added ClassifierMetric and RegressorMetric as Enums fit_by_exhaustive_search currently only works for tables as input, images and timeseries will be added in a later pr --------- Co-authored-by: megalinter-bot <[email protected]>
- Loading branch information
1 parent
5447551
commit c1f66e5
Showing
17 changed files
with
1,237 additions
and
533 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
Oops, something went wrong.