Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slides for talks #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Designing a Machine Learning System
by Jetze Schuurmans, Roy van Santen
* [Talk info](https://amsterdam2023.pydata.org/cfp/talk/N8DYS7/)
* [Link to slide content](https://xebia.com/blog/how-ml-system-design-helps-us-to-make-better-ml-products/)
## Abstract
Are you a machine learning practitioner struggling with designing, reasoning, and communicating about ML systems? Then this session is for you! With the industry moving towards end-to-end ML teams to enable them to implement MLOps practices, it is paramount for you to understand ML from a systems perspective. In this hands-on session, you will gain a thorough understanding of the technical intricacies of designing valuable, reliable and scalable ML systems.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Uncertainty visualization with ArviZ
by Oriol Abril Pla
* [Talk info](https://amsterdam2023.pydata.org/cfp/talk/DH3N3R/)
* [Link to Slides](https://oriolabril.github.io/visualitzacio_incertesa/en.html)
## Abstract
Learn how to visualize uncertainty in parameters or predictions using mutiple visualizations adapted to your data and task
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Probabilistic predictions: probabilistic forecasting with sktime and probabilistic regression with skpro
by sktime community
* [Talk info](https://amsterdam2023.pydata.org/cfp/talk/F8EW7P/)
## Abstract
# Probabilistic predictions: probabilistic forecasting with sktime and probabilistic regression with skpro
by sktime community
* [Talk info](https://amsterdam2023.pydata.org/cfp/talk/F8EW7P/)
* [Link to Tutorial](https://github.com/sktime/sktime-tutorial-pydata-Amsterdam-2023)
## Abstract
Probabilistic predictions are predictions that include some statements about uncertainty of the prediction, e.g., prediction intervals that make statements about a likely range of values that a prediction can take.
This workshop gives an introduction on making probabilistic predictions with the sktime and skpro python packages, for forecasting and supervised regression. Both packages are sklearn-compatible, built using skbase, with composable and modular interfaces.
The presentation includes a practical primer of different types of probabilistic predictions, algorithms and estimators, and evaluation workflows, with python code examples.
The presentation includes a practical primer of different types of probabilistic predictions, algorithms and estimators, and evaluation workflows, with python code examples.