Skip to content

Commit

Permalink
Add links for Kedro and Ibis (and IbisML) websites
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Jun 14, 2024
1 parent e138172 commit 41c295d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ This tutorial is designed to be run via GitHub codespaces. If you do not have a
## Codespace setup

First, create a codespace for the repository. Click the **<> Code** button, then click the **Codespaces** tab. Select **Create codespace on main**. Once created, select **Open in browser**.

## References

Kedro is an open-source Python framework for creating reproducible, maintainable, and modular data science and engineering code. It is an incubation-stage project of the LF AI & Data Foundation. To learn more about Kedro, visit the [Kedro website](https://kedro.org/) and [join our community on Slack](https://slack.kedro.org/).

Ibis is an open-source Python dataframe library that works with any data system. Visit the [Ibis project website](https://ibis-project.org/) to learn more, or [join our community on Zulip](https://ibis-project.zulipchat.com/).

This tutorial also uses IbisML, a new library for building scalable ML pipelines using Ibis. More information about IbisML can be found on the [IbisML website](https://ibis-project.github.io/ibis-ml/). There is a [dedicated IbisML stream on Zulip](https://ibis-project.zulipchat.com/#narrow/stream/426262-ibis-ml).

0 comments on commit 41c295d

Please sign in to comment.