Introduction

I am attending the online conference EuroPython 2020, and I thought it would be good to record what my thoughts and the things I learn from the talks.

7:00, Automating machine learning workflow with DVC, Hongjoo Lee

Notes from talk

My thoughts

Looks simple enough! I could follow the talk. :D It is clear that finding a good ML workflow is a big theme. At the end of the conference, I will have to go through these notes and collate the various tools and workflows people use, so I have a reference for when I need to use it.

7:30, Tips for Data Cleaning, Hui Ziang Chua

Notes from talk

My thoughts

It is useful to have a checklist of tasks one should do when they have to clean data. Interesting that they considered the input of missing values as a bonus task - the impression I got from the Kaggle tutorials is that one ought to do some imputation.

9:00, Neural Style Transfer and GANs, Anmol Krishan Sachdeva

Notes from talk

My thoughts

Excellent talk! I had seen some of the neural style transfer images before, and now I have some understanding of how they are created!

10:00, Data Visualisation Landscape, Bence Arato

Notes from talk

My thoughts

Excellent talk. Well structured, good examples, good summary of key things I should know about.

10:30, Binder, Sarah Gibson

Notes from talk

My thoughts

I had already heard of Binder - because I am friends with the spaker Sarah Gibson! However, the talk was still good, and I learnt more than I already knew. In particular, I liked the classification of different levels of reproducibility.

11:00, Data pipelines with Python, Robson Junior

Notes from talk

My thoughts

Unfortunately, I found the talk/speaker hard to follow. But I still got a list of tools that I can use as a reference.

12:15, Probabilistic Forecasting with DeepAR, Nicolas Kuhaupt

Notes from talk

My thoughts

Looks like a powerful algorithm. Probabilistic algorithms are definitely the way to go - how else can you manage and predict risk?

13:15, Fast and Scalable ML in Python, Victoriya Fedotova and Frank Schlimbach

Notes from talk

My thoughts

Looks easy to use and can give big speed boosts. Is there a catch?

14:15 , Small Big Data in Pandas, Dask and Vaex, Ian Ozsvald

Notes from talk

My thoughts

Excellent talk! Ian clearly knows his stuff. Lots of insights. These are things I should start to implement to get some easy time savings.

14:45, IPython, Miki Tebeka

Notes from talk

My thoughts

Always good to see a live demo to see exactly how somebody does things. I learnt some neat little features. Also, cool to see someone using Vim!

15:15, NLPeasy, Philipp Thomann

Notes from talk

My thoughts

Not much to say. Another tool that I now know about.

17:45, 30 Golden Rules for Deep Learning Performance, Siddha Ganju

Notes from talk

My thoughts

Very handy list of tips and tricks. Sevreal of them go beyond my understanding, but does not mean I can not benefit from using them!

19:00, Analytical Functions in SQL, Brendan Tierney

Notes from talk

My thoughts

Not applicable

19:30, Collaborative data pipelines with Kedro, Tam-Sanh Nguyen

Notes from talk

My thoughts