And one more release! Kedro-Viz 6.5.0 is available 🔶 and adds official Python 3.11 support as well, along with some small bug fixes.
Install Kedro-Viz now with pip or conda:
```
pip install kedro-viz==6.5.0
conda install -c conda-forge kedro-viz=6.5.0
```
#kedro #kedroviz #dataviz #pydata #datascience
Kedro-Viz 6.3.2 is out! 🔶
We added support for dataset previews and validation for layers in transcoding datasets. In addition, Viz now shows original node input and output names in the metadata panel, and we fixed a number of small issues.
Install it now for Python or JavaScript:
```
pip install kedro-viz==6.3.2
npm install @quantumblack/kedro-viz@latest
```
And check out the online demo! https://demo.kedro.org/
#kedro #kedroviz #pydata #python #datascience #machinelearning #dataviz
#kedro #kedroviz #pydata #python #datascience #machinelearning #dataviz
New blog post: How to build a custom Kedro runner 🔶
In this post our colleague Nok Lam Chan explains how to write an efficient custom Kedro pipeline runner that continues executing a set of nodes after encountering non-catastrophic failure points.
https://kedro.org/blog/build-a-custom-kedro-runner
#kedro #kedroviz #MachineLearning #datapipelines #python #PyData
#kedro #kedroviz #machinelearning #datapipelines #python #pydata
This week we're celebrating our 4th anniversary as an open source project! 🥳🎂4️⃣
In this blog post we go over the history of the project, from its inception as an internal library at QuantumBlack, AI by McKinsey , to its open sourcing in June 2019, then its donation to LF AI & Data Foundation in January 2022, and finally its new branding just a few weeks ago in June 2023.
https://kedro.org/blog/kedro-celebrates-4-years-open-source?utm_medium=referral&utm_source=mastodon
#kedro #kedroviz #python #datascience #opensource #pydata
Kedro 0.18.10 is out, along with a new branding!
We kept the iconic diamond shape but made it bolder and simpler. The Kedro logotype is bold and recognisable and, in lower case, is informal and friendly.
In the new release we have added variable interpolation in the catalog with the `OmegaConfigLoader`.
Read more about our new brand in our blog https://kedro.org/blog/a-striking-new-look-for-kedro
#kedro #kedroviz #python #pydata #datascience
New blog post: Collaborative experiment tracking in Kedro-Viz 🔶
This tutorial explains how to configure and use collaborative experiment tracking in Kedro-Viz 6.2.0 if your team needs to log and compare each others' experiments.
https://kedro.org/blog/collaborative-experiment-tracking-in-kedro-viz
#kedro #kedroviz #machinelearning #experimenttracking
And that's a wrap! If you missed the live session, catch the recording while it's hot:
Refactor your Jupyter notebooks using Kedro 🔶 https://youtu.be/qClSGY6B0r0
#kedro #python #datascience #jupyter #pydata #kedroviz
Want to learn more about what's new in Kedro 0.18.5 to 0.18.7, plus Kedro-Viz 6.0? Check out this writeup in our new blog:
#kedro #kedroviz #python #datascience
Hello Fediverse! ✨
This is the Mastodon account for Kedro, an open source, opinionated Python framework for creating reproducible, maintainable and modular machine-learning code.
Follow this account for tips on how to make 🔶 Production ready data science with ease 🔶
Give us a star on GitHub! https://github.com/kedro-org/kedro/
#python #kedro #kedroviz #datascience #machinelearning
What are the best practices when packaging Python + JavaScript projects? I know that @Jupyter is using Hatch and created a custom extension. Are there other examples? Asking for kedro-viz https://github.com/kedro-org/kedro-viz
#kedroviz #kedro #nodejs #npm #js #packaging #python