Python/machine_learning
Nandiya 12c69800bd
Forecast (#3219)
* add forecasting code

* add statsmodel

* sort import

* sort import fix

* fixing black

* sort requirement

* optimize code

* try with limited data

* sort again

* sort fix

* sort fix

* delete warning and black

* add code for forecasting

* use black

* add more hints to describe

* add doctest

* finding whitespace

* fixing doctest

* delete

* revert back

* revert back

* revert back again

* revert back again

* revert back again

* try trimming whitespace

* try adding doctypeand etc

* fixing reviews

* deleting all the space

* fixing the build

* delete x

* add description for safety checker

* deleting subscription integer

* fix docthint

* make def to use function parameters and return values

* make def to use function parameters and return values

* type hints on data safety checker

* optimize code

* Update run.py

Co-authored-by: FVFYK3GEHV22 <fvfyk3gehv22@FVFYK3GEHV22s-MacBook-Pro.local>
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-10-24 16:07:27 +02:00
..
forecasting Forecast (#3219) 2020-10-24 16:07:27 +02:00
lstm Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
astar.py Pyupgrade to python3.8 (#3616) 2020-10-21 12:46:14 +02:00
data_transformations.py Added Normalization and Standardization Algorithms (#2192) 2020-07-10 15:36:51 +02:00
decision_tree.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
gaussian_naive_bayes.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
gradient_boosting_regressor.py Fix all errors mentioned in pre-commit run (#2512) 2020-09-30 10:38:00 +02:00
gradient_descent.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
k_means_clust.py Pyupgrade to python3.8 (#3616) 2020-10-21 12:46:14 +02:00
k_nearest_neighbours.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
knn_sklearn.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
linear_discriminant_analysis.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
linear_regression.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
logistic_regression.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
multilayer_perceptron_classifier.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
polymonial_regression.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
random_forest_classifier.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
random_forest_regressor.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
scoring_functions.py Add GitHub action for pre-commit (#2515) 2020-09-30 15:23:34 +02:00
sequential_minimum_optimization.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
support_vector_machines.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
word_frequency_functions.py added idf-smooth (#2174) 2020-09-02 19:33:12 +02:00