Skip to content

arcanfear/data-science-intro-phyton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science in Python

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

Requirements:

  • 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.

Run notebooks

To start browsing all the notebooks in the repo, run from the repo root dir:

$ jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published