siddolo / ml-hello-world

Machine Learning Hello World

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine learning Hello World

https://machinelearningmastery.com/machine-learning-in-python-step-by-step/

Usage

# Create virtual environment
python3 -m venv .venv

# Activate it
source .venv/bin/activate

# Install libraries
pip install -r requirements.txt

# Check version of your library
python check-version.py

# Use hello world
python hello-world.py

# Deactivate virtual environment
deactivate

About

Machine Learning Hello World


Languages

Language:Python 100.0%