-
Notifications
You must be signed in to change notification settings - Fork 2
/
ml-eda.yaml
31 lines (31 loc) · 935 Bytes
/
ml-eda.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
title: Exploratory data analysis
environment: geoml
pip:
- chardet
- missingno
references:
- geocomp_links.md
curriculum:
1:
- Installation and setup
- Quick course overview
- Intro_to_Pandas.ipynb
- Cleaning_data_with_Pandas.ipynb
- Recognizing reliable data sources; 'tidy' data. Databases
- Ingesting data with pandas and other tools. Using SQL.
- Data visualization and summary statistics.
- Handling missing values, interpolation, encoding.
- Check out and feedback
2:
- Check in and review
- Feature_engineering_with_Pandas.ipynb
- Feature engineering for machine learning.
- Pandas_for_timeseries.ipynb
- Dealing with time series
- Dealing with spatial data, images, and text.
- Check out and feedback
extras:
- Regular_expressions_intro.ipynb
- Character_encoding.ipynb
- GeoPandas_for_spatial_data.ipynb
- Read_and_process_images.ipynb