Repository containing basic examples using ML / AI in Python
pandas/ # folder including notebook(s) showing how to use pandas
statistics/ # folder including notebook(s) showing how to do statistical analysis
visualizations/ # folder including notebook(s) showing how to visualize your data
predictive-mode/ # folder with final demo data / notebook
- Python >= 3.8
Just need to run from the repository root dir:
$ pip install -r requirements.txt
This command will install all the required packages for this repo.
To start browsing all the notebooks in the repo, run from the repo root dir:
$ jupyter notebook