Data Dojo Würzburg 22
DataDojo@Lunch - live
May 2023
- When: Wednesday, May 31st, 2023 at 11:00am until 12:30pm (90 minutes)
- Where: CCTB or online (CCTB Seminar Zoom Link)
- Info: DataDojo Website, Repo
Dataset
German Electricity Data
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
First steps:
- load the data
- split the data into train/val/test sets
- plot the time series (at different temporal resolution)
- calculate the mean production per month
- is there a seasonal pattern (what kinds of seasonalities)
- make a prediction for the validation set
- evaluate the quality of the prediction
Retro on the machine learning series
In the first dojo of the series, we filtered the full set to 3 species with reasonable overlap (Fagus sylvatica, Pinus pinaster, Quercus ilex). Now we want to try different Machine Learning methods to classify tree species from traits.
In the second dojo we created our first models.
A very simple "Majority Vote" model and some K-Nearest-Neighbor (KNN) models with scikit-learn.
In the third dojo we explored the effect of scaling on the performance of the KNN models.
In the fourth dojo we explored Decision Trees as models for classification
In the fifth dojo we used Support Vector Machines as models for classification
In the sixth dojo we used ensemble models, including Ada boosting and random forests.
In the seventh dojo we used imputation methods to also make predictions for cases with missing data.
In the eighth dojo we trained some neural networks.
For Notebooks (R, python, julia, js, …) with real time collaboration CoCalc seems to be the best option right now. It worked great the last couple of times so we'll stick to it for now. You need to register an account there (it is free).
Future Suggestions
Add your suggestions to the list and
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
to the end of a line you are interested in
Data Sets
Skills
- interactive maps
- dashboards
- animations
Data Sources
all data types are welcome, including tables, images, videos, sounds, DNA, …
- OpenData Bayern
- TidyTuesday
- Our World in Data (R package: owidR), Sustainable Development Goals
- Open Data Initiatives (Würzburg, Germany, Statistisches Bundesamt, Europe, APIs)
- Data is plural
- Awesome Public Datasets
- Kaggle Datasets or Competitions, e.g. SLICED
- tsibbledata: Time Series Datasets
- R-text-data: Text Datasets, ready to use in R
- data.world
- Statista - the University of Würzburg has a campus license
- Open Legal Data
- Bundestag Data (e.g. poll results, deputies, wahl-o-mat, inspirational blog post)
- Deutsche Digitale Bibliothek (API, old newspapers from Germany)
- Earth Observation: Satellite Image Time Series
- Machine Learning Datasets
- Internation (Student) Assessment Data (TIMSS, PIRLS, PISA, …)
- (Medical) Imaging Datasets, MedMNIST
- Inspirational Notebooks on Observable
- Ski resort statistics
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Cross Links