modAL-python/modAL
A modular active learning framework for Python
This tool helps data scientists and machine learning engineers build better performing models using less labeled data. It takes your existing unlabeled datasets and a base machine learning model, then intelligently identifies the most informative data points for you to manually label. The output is a highly efficient active learning workflow that improves your model's accuracy with minimal labeling effort.
2,342 stars. No commits in the last 6 months.
Use this if you have a large dataset with many unlabeled examples and the cost of manually labeling data is a significant bottleneck in developing your predictive models.
Not ideal if you already have perfectly balanced, fully labeled datasets readily available or if your machine learning tasks do not involve high costs for data annotation.
Stars
2,342
Forks
327
Language
Python
License
MIT
Category
Last pushed
Feb 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/modAL-python/modAL"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pykt-team/pykt-toolkit
pyKT: A Python Library to Benchmark Deep Learning based Knowledge Tracing Models
microsoft/archai
Accelerate your Neural Architecture Search (NAS) through fast, reproducible and modular research.
google-research/morph-net
Fast & Simple Resource-Constrained Learning of Deep Network Structure
IDEALLab/EngiBench
Benchmarks for automated engineering design
AI-team-UoA/pyJedAI
An open-source library that leverages Python’s data science ecosystem to build powerful...