ml-lab4/README.md

17 lines
732 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Лабораторная работа по Машинному обучению
## Описание проекта
Исследование методов машинного обучения с использованием scikit-learn, pandas и matplotlib.
## Установка и запуск
1. Создайте виртуальное окружение: `python -m venv ml_env`
2. Активируйте окружение: `source ml_env/bin/activate` (Linux/Mac) или `ml_env\Scripts\activate` (Windows)
3. Установите зависимости: `pip install -r requirements.txt`
4. Запустите JupyterLab: `jupyter lab`
## Зависимости
- scikit-learn
- matplotlib
- pandas
- openml
- jupyterlab