hyperparameter-tuning
Here are 521 public repositories matching this topic...
Scikit-learn provides multi-class options for area under curve: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
We should provide the most common ones, such as the OVO Macro averaging used by Auto-Gluon.
-
Updated
Aug 3, 2022 - Python
-
Updated
Jul 22, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Aug 3, 2022 - Python
-
Updated
May 28, 2022 - Jupyter Notebook
-
Updated
Feb 6, 2021 - Python
-
Updated
Apr 4, 2022 - Jupyter Notebook
-
Updated
Jul 30, 2022 - Python
-
Updated
Jul 28, 2022 - Python
-
Updated
Jan 20, 2021 - Python
-
Updated
Nov 15, 2021 - Go
-
Updated
Aug 15, 2018 - Python
Describe the bug
Sometimes we init using a class that is not our parent. We should not do this.
-
Updated
Jul 21, 2022 - Jupyter Notebook
-
Updated
Jun 18, 2022 - Python
-
Updated
Apr 22, 2022 - Python
-
Updated
Jun 4, 2017 - JavaScript
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Oct 19, 2021 - Jupyter Notebook
-
Updated
Jul 17, 2020 - Python
-
Updated
Aug 3, 2022 - Python
-
Updated
Jul 6, 2022 - Python
-
Updated
Aug 3, 2022 - Python
-
Updated
Jul 20, 2022 - Python
Description
Add pytest script to test functions written in run_classifications.py.
Acceptance Criteria
-[ ] Add unit tests for functions in run_classifications.py
-
Updated
Mar 7, 2021 - Python
Hi, with recent versions of matplotlib, ExperimentResult.plot() gives me the warning:
WARNING:matplotlib.legend:No artists with labels found to put in legend. Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
Improve this page
Add a description, image, and links to the hyperparameter-tuning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyperparameter-tuning topic, visit your repo's landing page and select "manage topics."

Bug with GPU Model
Currently, while using pruning methods like
TaylorFOWeightPruner, If I use a model on GPU for getting the metrics (as calculated for getting masks), it fails on line while creating masks. The reason why it fails i