Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

itds - Introduction to Data Science

Purpose

Provide very basic examples of Machine Learning for classification and regression.

Requirements

Step 1: Install conda

https://conda.io/docs/

Step 2: Create new conda environment

conda create --name itds python=3.7

Step 3: Activate environment

conda activate itds

Step 4: Install packages

conda install pandas seaborn matplotlib numpy statsmodels scikit-learn

About

Introduction to Data Science

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages