model-selection
Here are 225 public repositories matching this topic...
-
Updated
Mar 3, 2022 - Python
-
Updated
May 16, 2022 - Python
-
Updated
Mar 3, 2021
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Feb 11, 2022 - Python
I am unable to install EvalMl on an M1 Mac in an arm64 terminal via pip or conda. As M1 Macs become more widely used, the install instructions for EvalML might need to provide some guidance on what to do.
pip install evalml - doesn't work
conda install -c conda-forge evalml - doesn't work
conda install -c conda-forge evalml-core - does work
Note: @dvreed77 was able to install EvalML
-
Updated
Apr 26, 2022 - Jupyter Notebook
-
Updated
Mar 16, 2021 - Python
-
Updated
May 3, 2022 - Jupyter Notebook
-
Updated
May 12, 2022 - 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
Feb 11, 2022 - Python
-
Updated
Mar 7, 2021 - Python
-
Updated
Nov 4, 2021 - C++
-
Updated
Apr 14, 2022 - Python
-
Updated
May 2, 2020 - Python
Is your feature request related to a problem? Please describe.
NA
Describe the solution you'd like
Implement in the sklearn_genetic.plots module a function named plot_parallel_coordinates to inspect the results of the learning process
Describe alternatives you've considered
The function should take two arguments:
- estimator: A fitted estimator from `sklearn_genetic.G
-
Updated
Dec 7, 2021 - Python
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Sep 7, 2021 - Python
-
Updated
Aug 28, 2018 - Python
-
Updated
Apr 8, 2022 - Python
-
Updated
Jun 13, 2019 - Scala
-
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
Oct 25, 2020 - Python
-
Updated
Mar 21, 2022 - Python
-
Updated
May 5, 2022 - C
-
Updated
Oct 11, 2021 - Jupyter Notebook
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."
What happened + What you expected to happen
The shim
tune.create_scheduler()does not properly parse the keyword parameters passed in a dictionary for thepb2scheduler. For this call