model-selection
Here are 220 public repositories matching this topic...
-
Updated
Jul 1, 2021 - Python
-
Updated
Jan 5, 2022 - Python
-
Updated
Mar 3, 2021
-
Updated
Mar 25, 2021 - Python
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Jan 4, 2022 - Python
Just reviewing the docs and found this under the AutoML User Guide:
We should figure out a way to deal with this kind of thing. I think a couple of options here are:
- Modifying the cell to only show the first few keys or so of the output.
- Modifying the output cell so that
-
Updated
Nov 9, 2021 - Jupyter Notebook
-
Updated
Mar 16, 2021 - Python
-
Updated
Dec 14, 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
Nov 29, 2021 - Python
-
Updated
Mar 7, 2021 - Python
-
Updated
Nov 4, 2021 - C++
-
Updated
Jul 30, 2021 - Python
-
Updated
May 2, 2020 - Python
-
Updated
Dec 7, 2021 - Python
-
Updated
Sep 7, 2021 - Python
-
Updated
Dec 23, 2021 - JavaScript
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
Aug 28, 2018 - Python
-
Updated
Sep 17, 2021 - Python
-
Updated
Jun 13, 2019 - Scala
-
Updated
Jan 4, 2022 - Jupyter Notebook
-
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
Dec 20, 2021 - C
-
Updated
Aug 31, 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."
When users starts Serve cluster with a set of options (http options, checkpoint path) and then connects to it with a different set of options, we should either update it, or error out.