Skip to content
#

model-selection

Here are 174 public repositories matching this topic...

blueplastic
blueplastic commented Dec 18, 2020

What is the problem?

It seems that Ray doesn't allow using a class variable to keep track of some shared class-level information, such as how many instances of the class have been created.

I understand there are at least a couple of ways I can accomplish sharing state across instances:

  1. I can use a different class with an counter instance variable and have all of the launched clas
evalml
jeremyliweishih
jeremyliweishih commented Dec 7, 2020

In previous EvalML pipelines we have always made the assumption that X cannot be None. However, with the addition of the TimeSeriesBaselineRegressor and plans to add more estimators that rely only on y (such as ARIMA, PROPHET) we can revise this assumption for TimeSeriesRegressionPipelines.

This issue keeps track of:

  1. Removing the ValueError from TimeSeriesRegressionPipeline.fit a

SmartCore is a comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.

  • Updated Dec 25, 2020
  • Rust

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

You can’t perform that action at this time.