Skip to content

habibaaziz/OPEN_DATA_NYC_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Data Week NYC 2021: Machine learning with Python

New York, like many other cities across the United States, publishes open data sets that are easily accessible via a web portal as well as an API. Open Data Week is an event held in early March to promote data literacy as well as the rich data sets generously made available by the city.

Introduction to machine learning

Our project introduces practical machine learning via Python with the scikit-learn library. Python is a minimalist, interpreted programming language that is well suited for data analysis. Scikit-learn implements many statistical learning algorithms with a consistent API. Our goal is to demystify ML via a simple introduction that won't get into the math but still discuss the algorithms beyond just fit() and predict().

We are using the Clean Heat data set from New York's Open Data portal.

Releases

No releases published

Packages

No packages published