Skip to content
#

scikit-learn

scikit-learn logo

scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.

Here are 6,036 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Apr 3, 2022
  • Python
garymm
garymm commented Jun 10, 2022

Currently code like this is repeated several times:

field = mapping.STORAGE_TENSOR_TYPE_TO_FIELD[
    mapping.TENSOR_TYPE_TO_STORAGE_TENSOR_TYPE[data_type]]
getattr(tensor, field)

This is repetitive and can be encapsulated in a helper function.
Also the name "storage tensor type" is misleading and has led to at least one bug.

We should:

  1. Add a function that does all this
good first issue
sktime
hancelpv
hancelpv commented Jun 9, 2022

Would be a good idea to include the nnetar algorithm from forecast package in R.

https://www.rdocumentation.org/packages/forecast/versions/8.16/topics/nnetar

Found a similar library here https://github.com/ourownstory/AR-Net. We can build an adapter on top of this.

good first issue implementing algorithms interfacing algorithms module:forecasting

A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.

  • Updated May 26, 2022
  • Python
igel
nidhaloff
nidhaloff commented May 27, 2021

Hello everyone,

First of all, I want to take a moment to thank all contributors and people who supported this project in any way ;) you are awesome!

If you like the project and have any interest in contributing/maintaining it, you can contact me here or send me a msg privately:

PS: You need to be familiar with python and machine learning

help wanted good first issue contribution feature

Created by David Cournapeau

Released January 05, 2010

Latest release 25 days ago

Repository
scikit-learn/scikit-learn
Website
scikit-learn.org
Wikipedia
Wikipedia

Related Topics

python scikit