https://github.com/ssnickolay/mipt_ya_ml_spec
Машинное обучение и анализ данных
https://github.com/ssnickolay/mipt_ya_ml_spec
data-science machine-learning
Last synced: 23 days ago
JSON representation
Машинное обучение и анализ данных
- Host: GitHub
- URL: https://github.com/ssnickolay/mipt_ya_ml_spec
- Owner: ssnickolay
- Created: 2017-08-07T15:56:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T05:58:32.000Z (over 7 years ago)
- Last Synced: 2025-02-16T22:41:31.292Z (4 months ago)
- Topics: data-science, machine-learning
- Language: Jupyter Notebook
- Homepage: https://www.coursera.org/specializations/machine-learning-data-analysis
- Size: 3.04 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Установка
```
1. brew update && brew install pyenv
2. PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.6.0
3. pip install ipython
4. pip install jupyter
5. pip install matplotlib
6. pip install scipy
6. pip install pandas
```# Запуск
```
1. pyenv local 3.6.0
2. jupyter notebook
```## Запуск `.py` файлов из `jupyter`
```
%run /path/to/script.py
```## Загрузка фала `.py` в `jupyter`
```
%load /path/to/script.py
```## Сертификаты
[](https://www.coursera.org/account/accomplishments/certificate/6SQWQTWDWKCY)