model-selection
Here are 199 public repositories matching this topic...
-
Updated
Mar 17, 2021 - Python
-
Updated
May 27, 2021 - Python
-
Updated
Mar 3, 2021
-
Updated
Mar 25, 2021 - Python
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Jun 19, 2021 - Python
We recently added some nightly jobs to our CI in #2250 !
The next step is set up a notification with the success or failure of the nightlies and a link to view the github pipeline.
I'm open to discussing what the medium for the notification should be but this looks interesting: https://github.com/marketplace/actions/slack-notify
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Mar 16, 2021 - Python
-
Updated
Jun 19, 2021 - Python
-
Updated
Jun 7, 2021 - Python
-
Updated
Mar 7, 2021 - Python
We should add a description to each feature defined in smartcore in the Cargo.toml file, we could use as example the Cargo.toml file of the serde project.
We should add also the documentation for the "serde" feature that currently is not present in the Cargo.toml file.
Not sure if we can u
-
Updated
Apr 20, 2021 - C++
-
Updated
Jun 3, 2021 - Python
-
Updated
May 2, 2020 - Python
-
Updated
Jun 14, 2021 - Python
-
Updated
Aug 28, 2018 - Python
-
Updated
Jun 3, 2021 - R
-
Updated
Sep 28, 2020 - Python
-
Updated
Jan 23, 2021 - Python
-
Updated
Jun 13, 2019 - Scala
-
Updated
Jun 19, 2021 - Python
-
Updated
Sep 25, 2020 - Python
Is your feature request related to a problem? Please describe.
Feature is not directly related to a problem, but is rather an enhancement of existing functionality. As suggested by Julian King on the facet Slack channel, we could add Maximum Relevance Minimum Redundancy (MRMR) as a feature selection algorithm.
The algorithm is explained in the following papers:
https://arxiv.org/pdf/1
-
Updated
Nov 10, 2020 - C
-
Updated
Oct 25, 2020 - Python
Is your feature request related to a problem? Please describe.
Currently the .fit method of GASearchCV accepts a callbacks argument, this is used to stop the training process when a condition is met. All the callbacks implements the same methods: .on_step and __call__ which are used while the optimization routine is running.
Currently, each callback does not have any kind of inheritance
-
Updated
May 10, 2021 - Python
Improve this page
Add a description, image, and links to the model-selection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model-selection topic, visit your repo's landing page and select "manage topics."
Trying out a simple example using TuneSearchCV with LGBMClassifier and it fails on start.
Environment:
Python 3.8.3
tune-sklearn 0.3.0
ray 1.3.0
macos mojave 10.14.6
Code: