Skip to content
#

model-selection

Here are 174 public repositories matching this topic...

barakmich
barakmich commented Dec 11, 2020

Currently, most of the linters we run on CI are controlled by command line arguments in https://github.com/ray-project/ray/blob/master/ci/travis/format.sh

Python supports things like setup.cfg or tox.ini as a general config file for its many linters. It'd be nice to use them.

#12800 is a band-aid that fixes it, partially, for flake8 specifically, but is generally the right idea. It'd b

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 18, 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.