Debugging a pipeline - River
riverml.xyz · 725 words · saved by 1 readers
Machine learning for data streams in Python
Debugging a pipeline ¶ River encourages users to make use of pipelines. The biggest pain point of pipelines is that it can be hard to understand what's happening to the data, especially when the pipeline is complex. Fortunately the Pipeline class has a debug_one method that can help out. Let's look at a fairly complex pipeline for predicting the number of bikes in 5 bike stations from the city of Toulouse. It doesn't matter if you understand the pipeline or not; the point of this notebook is to learn how to introspect a pipeline. import datetime as dt from river import compose from river
saved by
related reading
- Goodfire AIgoodfire.ai
- PostHog – We make your product self-drivingposthog.com
- Parsed | Custom, interpretable AI systems that continuously learnparsed.com
- CodaLab Worksheetsworksheets.codalab.org
- Streamlit • A faster way to build and share data appsstreamlit.io
- Cookbookcookbook.openai.com
- Datacurve | The data engine for frontier AIdatacurve.ai
- Goodfire on X: "Have you debugged your training data? You might not like what you find. Introducing predictive data debugging: reveal and shape what your model will learn before training. In DPO datasets, we found broken guardrails, hallucinations, and fish fart fan fiction (seriously). (1/9) https://t.co/V9MrEQvBvq" / Xx.com
- Linear Regressionmlu-explain.github.io
- Real-time machine learning: challenges and solutionshuyenchip.com
- Sundial: Opinionated Intelligence for data teamssundial.ai
- Neuronpedianeuronpedia.org