https://github.com/probabl-ai/ecosystem-watcher
Just keeping an eye on the ecosystem.
https://github.com/probabl-ai/ecosystem-watcher
Last synced: 3 months ago
JSON representation
Just keeping an eye on the ecosystem.
- Host: GitHub
- URL: https://github.com/probabl-ai/ecosystem-watcher
- Owner: probabl-ai
- Created: 2024-02-06T10:40:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T05:07:27.000Z (4 months ago)
- Last Synced: 2025-09-28T06:06:03.715Z (4 months ago)
- Language: Jupyter Notebook
- Homepage: https://probabl-ai.github.io/ecosystem-watcher/
- Size: 2.74 MB
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Ecosystem Watcher
This repository collects statistics for scikit-learn related plugins. The goal is to offer resources for the community
that gives an overview of useful tools, but it can also be helpful to track how projects develop over time. The goal of
this repository is to address both these needs.
## Overview
This repository uses Github Actions to scrape relevant information on a daily basis. This data then
feeds an overview page that is hosted on the same repo. This is great because it means this page can
update daily and we have a way for folks to contribute at the same time.
You can inspect the generated overview on [here](https://probabl-ai.github.io/ecosystem-watcher/).
## Add a project.
Feel free to make a PR if you believe that we're missing a relevant plugin. You can edit the
[repos.jsonl](https://github.com/probabl-ai/ecosystem-watcher/blob/main/repos.jsonl) file in
the root of this repository to add one. For our scraper to work, we need the Github repository
as well as the `pypi` name. Our goal is to be very accepting to new tools, but our goal
is to focus on plugins that interact or play nice with the scikit-learn pipeline.