.gitattributes
.gitignore
LICENSE
README.md
setup.py
JupyterNotebooks/LinearRegression1.ipynb
JupyterNotebooks/LinearRegression2.ipynb
JupyterNotebooks/LinearRegression3.ipynb
JupyterNotebooks/PolynomialRegression.ipynb
pyLearnAlgorithms/__init__.py
pyLearnAlgorithms/graph_view.py
pyLearnAlgorithms/linear_regression.py
pyLearnAlgorithms/load_data.py
pyLearnAlgorithms/polynomial_regression.py
pyLearnAlgorithms/split_data.py
pyLearnAlgorithms.egg-info/PKG-INFO
pyLearnAlgorithms.egg-info/SOURCES.txt
pyLearnAlgorithms.egg-info/dependency_links.txt
pyLearnAlgorithms.egg-info/requires.txt
pyLearnAlgorithms.egg-info/top_level.txt
tests/datasets/Adresses.xlsx
tests/datasets/ComponentsAnalysis.txt
tests/datasets/CreditRiscs.csv
tests/datasets/HealthInsurance.csv
tests/datasets/JSONfile.json
tests/datasets/WaterLevel.mat
tests/datasets/txtData.txt
tests/testLoadData/csv_file.py
tests/testLoadData/excel_file.py
tests/testLoadData/json_file.py
tests/testLoadData/mat_file.py
tests/testSplitData/split_csv.py
tests/testSplitData/split_excel.py
tests/testSplitData/split_json.py
tests/testSplitData/split_mat.py