Skip to content
#

auto-ml

Here are 71 public repositories matching this topic...

quic-ssiddego
quic-ssiddego commented Jul 16, 2021
  • Deprecate the usage of old quantsim implementation
  • Update bias correction implementation to use new quantsim api

If you are interested in working on this issue - please indicate via a comment on this issue. It should be possible for us to pair you up with an existing contributor to help you get started.

From a complexity perspective, this ticket is at an easy level.

good first issue Easy
lebrice
lebrice commented Mar 30, 2022

Since we dropped support for python 3.6, and python dictionaries are ordered since python 3.7, we can now replace most uses of collections.OrderedDict with the built-in dict, and also remove the need to sort dicts before comparing keys, for example when constructing trials / spaces / etc.

This is obviously a very low-priority TODO that will serve to slightly increase the quality of the code

good first issue low

Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.

  • Updated Dec 27, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the auto-ml 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 auto-ml topic, visit your repo's landing page and select "manage topics."

Learn more