Skip to content

my own annotations about ML/DS using pandas, matplotlib, numpy, scikit learn

Notifications You must be signed in to change notification settings

fandredev/ml-my-guide

Repository files navigation

Jupyter + ML/AI (Modern Python Setup)

jupyterlab

🚀 Stack Used

python,vscode,git

📚 Core Tools:


How to Run

📂 Clone this repo

git clone git@github.com:fandredev/my-ml-guide.git &&
cd my-ml-guide

🔑 Environment setup

Make sure to create and/or check the .env using the .env.example file in the root directory of the project.

📦 Install dependencies with uv

This project uses uv for dependency management. If you don't have it installed, follow the uv installation guide.

# Install dependencies and create virtual environment
uv sync

✨ Linting and Formatting

We use ruff to keep the code clean and consistent.

# Run linter
uv run ruff check .

# Run formatter
uv run ruff format .

📓 Run Jupyter

uv run jupyter lab

📬 Contacts

References

About

my own annotations about ML/DS using pandas, matplotlib, numpy, scikit learn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors