model-selection
Here are 199 public repositories matching this topic...
-
Updated
Jul 1, 2021 - Python
-
Updated
Jul 13, 2021 - Python
-
Updated
Mar 3, 2021
-
Updated
Mar 25, 2021 - Python
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Jul 27, 2021 - Jupyter Notebook
Currently, DaskEngine and CFEngine require a client explicitly provided to run AutoML. Perhaps, for OS user's convenience, it might be nice to make client an optional argument and instead instantiate a DaskEngine and CFEngine using threaded parallelism using max threads.
Currently:
from dask.distributed import Client, LocalCluster
from evalml.automl.engine import DaskEngine
cl =
-
Updated
Jul 27, 2021 - Jupyter Notebook
-
Updated
Mar 16, 2021 - Python
-
Updated
Jun 24, 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
Jun 7, 2021 - Python
-
Updated
Mar 7, 2021 - Python
-
Updated
Apr 20, 2021 - C++
-
Updated
Jul 26, 2021 - Python
-
Updated
May 2, 2020 - Python
-
Updated
Jun 14, 2021 - Python
-
Updated
Aug 28, 2018 - Python
-
Updated
Jul 22, 2021 - R
-
Updated
Sep 28, 2020 - Python
-
Updated
Jan 23, 2021 - Python
-
Updated
Jun 13, 2019 - Scala
-
Updated
Jun 25, 2021 - Python
-
Updated
Sep 25, 2020 - Python
Describe the solution you'd expect
This issue is meant to guide and support people who wants to add an external reference, these references will be shown here
You can add a blog post, a video, a kaggle notebook or an article. You can add the link of the content in the file docs/external_references.rst (followi
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
-
Updated
Jul 19, 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."
Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing
.from_arrow()and.to_arrow()APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.Implementation Note