Skip to content
#

model-selection

Here are 222 public repositories matching this topic...

DmitriGekhtman
DmitriGekhtman commented Mar 14, 2022

Search before asking

  • I searched the issues and found no similar issues.

Ray Component

Ray Clusters

Issue Severity

Medium: It contributes to significant difficulty to complete my task but I work arounds and get it resolved.

What happened + What you expected to happen

The arguments to ray.autoscaler.sdk are not validated.
I

bug good first issue P1
evalml
chukarsten
chukarsten commented Feb 15, 2022

In #3324 , we had to mark some tests as expected to fail since XGBoost was throwing a FutureWarning. The warning has been addressed in XGBoost, so we're just waiting for the PR merged to be released. This issue is discussed in the #3275 issue.

evalml/tests/component_tests/test_xgboost_classifier.py needs to have the @pytest.mark.xfail removed f

testing good first issue tech debt
rodrigo-arenas
rodrigo-arenas commented Jun 22, 2021

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
help wanted good first issue new feature up-for-grabs
konst-int-i
konst-int-i commented Dec 17, 2020

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

API good first issue

Improve this page

Add a description, image, and links to the model-selection topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more