├── LICENSE ├── ML-101 Guide.md ├── ML-101 Modules ├── Intro │ └── Intro.md ├── Module 01 │ ├── Lesson 01 │ │ └── README.md │ ├── Lesson 02 │ │ ├── Practice-Homework.md │ │ └── README.md │ ├── Lesson 03 │ │ ├── Plan.ipynb │ │ └── README.md │ ├── Lesson 04 │ │ └── README.md │ └── ML-101 Module 01.md ├── Module 02 │ ├── Lesson 01 │ │ └── README.md │ ├── Lesson 02 │ │ ├── Practice │ │ │ ├── Practice-Homework.md │ │ │ ├── startup-profit-prediction - Practice Code Part 1&2.ipynb │ │ │ ├── startup-profit-prediction - Practice Code Part 3&4.ipynb │ │ │ ├── startup-profit-prediction - Practice.ipynb │ │ │ ├── test.csv │ │ │ └── train.csv │ │ └── README.md │ └── ML-101 Module 02.md └── Module 03 │ ├── Lesson 01 │ └── README.md │ ├── Lesson 02 │ ├── Practice 1 │ │ ├── Gender - Practice Code Part 1&2.ipynb │ │ ├── Gender - Practice Code Part 3&4.ipynb │ │ ├── Gender - Practice.ipynb │ │ ├── Practice-Homework.md │ │ └── gender.csv │ ├── Practice 2 │ │ ├── Practice-Homework.md │ │ ├── Winequality - Practice Code Part 1&2.ipynb │ │ ├── Winequality - Practice Code Part 3&4.ipynb │ │ ├── Winequality - Practice.ipynb │ │ └── winequality.csv │ └── README.md │ ├── Lesson 03 │ ├── Practice 1 │ │ ├── Practice-Homework.md │ │ ├── vehicles - Practice Code Part 1.ipynb │ │ ├── vehicles - Practice Code Part 2.ipynb │ │ ├── vehicles.csv │ │ └── vehicles_Practice.ipynb │ ├── Practice 2 │ │ ├── Practice-Homework.md │ │ ├── vehicles - short version - Practice Code Part 1.ipynb │ │ ├── vehicles - short version - Practice Code Part 2.ipynb │ │ ├── vehicles - short version - Practice.ipynb │ │ ├── vehicles.csv │ │ └── vehicles_helper.py │ └── README.md │ └── ML-101 Module 03.md ├── Modules ├── Module01 │ ├── Lesson01 │ │ └── README.md │ └── README.md ├── Module02 │ └── README.md └── Module03 │ └── README.md ├── README.md ├── how_to ├── Github │ └── How_to_Github.md ├── Jupyter Notebook │ └── how_to_Jupyter_Notebook.md └── README.md └── img └── readme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/LICENSE -------------------------------------------------------------------------------- /ML-101 Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Guide.md -------------------------------------------------------------------------------- /ML-101 Modules/Intro/Intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Intro/Intro.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 01/Lesson 01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 01/Lesson 01/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 01/Lesson 02/Practice-Homework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 01/Lesson 02/Practice-Homework.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 01/Lesson 02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 01/Lesson 02/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 01/Lesson 03/Plan.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 01/Lesson 03/Plan.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 01/Lesson 03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 01/Lesson 03/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 01/Lesson 04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 01/Lesson 04/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 01/ML-101 Module 01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 01/ML-101 Module 01.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 01/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 02/Practice/Practice-Homework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 02/Practice/Practice-Homework.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 02/Practice/startup-profit-prediction - Practice Code Part 1&2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 02/Practice/startup-profit-prediction - Practice Code Part 1&2.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 02/Practice/startup-profit-prediction - Practice Code Part 3&4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 02/Practice/startup-profit-prediction - Practice Code Part 3&4.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 02/Practice/startup-profit-prediction - Practice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 02/Practice/startup-profit-prediction - Practice.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 02/Practice/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 02/Practice/test.csv -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 02/Practice/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 02/Practice/train.csv -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/Lesson 02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/Lesson 02/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 02/ML-101 Module 02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 02/ML-101 Module 02.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 01/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 1/Gender - Practice Code Part 1&2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 1/Gender - Practice Code Part 1&2.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 1/Gender - Practice Code Part 3&4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 1/Gender - Practice Code Part 3&4.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 1/Gender - Practice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 1/Gender - Practice.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 1/Practice-Homework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 1/Practice-Homework.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 1/gender.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 1/gender.csv -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 2/Practice-Homework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 2/Practice-Homework.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 2/Winequality - Practice Code Part 1&2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 2/Winequality - Practice Code Part 1&2.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 2/Winequality - Practice Code Part 3&4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 2/Winequality - Practice Code Part 3&4.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 2/Winequality - Practice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 2/Winequality - Practice.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/Practice 2/winequality.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/Practice 2/winequality.csv -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 02/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 1/Practice-Homework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 1/Practice-Homework.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles - Practice Code Part 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles - Practice Code Part 1.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles - Practice Code Part 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles - Practice Code Part 2.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles.csv -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles_Practice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 1/vehicles_Practice.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 2/Practice-Homework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 2/Practice-Homework.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles - short version - Practice Code Part 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles - short version - Practice Code Part 1.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles - short version - Practice Code Part 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles - short version - Practice Code Part 2.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles - short version - Practice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles - short version - Practice.ipynb -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles.csv -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/Practice 2/vehicles_helper.py -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/Lesson 03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/Lesson 03/README.md -------------------------------------------------------------------------------- /ML-101 Modules/Module 03/ML-101 Module 03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/ML-101 Modules/Module 03/ML-101 Module 03.md -------------------------------------------------------------------------------- /Modules/Module01/Lesson01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/Modules/Module01/Lesson01/README.md -------------------------------------------------------------------------------- /Modules/Module01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/Modules/Module01/README.md -------------------------------------------------------------------------------- /Modules/Module02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/Modules/Module02/README.md -------------------------------------------------------------------------------- /Modules/Module03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/Modules/Module03/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/README.md -------------------------------------------------------------------------------- /how_to/Github/How_to_Github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/how_to/Github/How_to_Github.md -------------------------------------------------------------------------------- /how_to/Jupyter Notebook/how_to_Jupyter_Notebook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Data-Learn/data-science/HEAD/how_to/Jupyter Notebook/how_to_Jupyter_Notebook.md -------------------------------------------------------------------------------- /how_to/README.md: -------------------------------------------------------------------------------- 1 | "How to" tutorial / Инструкции по установке. 2 | -------------------------------------------------------------------------------- /img/readme.md: -------------------------------------------------------------------------------- 1 | Place for images and screenshots 2 | --------------------------------------------------------------------------------