#26 · Primary category: Classical Machine Learning Frameworks

igel

artificial-intelligence automation automl automl-experiments data-analysis data-science hacktoberfest hacktoberfest2021 machine-learning machine-learning-algorithms machine-learning-library machinelearning neural-network neural-networks preprocessing scikit-learn scikitlearn-machine-learning sklearn

a delightful machine learning tool that allows you to train, test, and use models without writing code

Project last updated:12/07/25

GitHub Stars

3.1K

Forks

210

Contributors

23

License

MIT

Why we included this project

igel is for people who want a working machine learning model without writing Python. You describe the task in a YAML or JSON config file, point it at your data, and it handles the preprocessing, model selection, and training. It covers regression, classification, and clustering. Since it wraps scikit-learn and related libraries, the models it produces are familiar and easy to inspect, and it can run cross-validation, hyperparameter search, and parallel jobs across multiple processes. The auto-ML mode is the most useful part for quick experiments: give it a folder of raw images or a text dataset and it will handle preprocessing and pick a model on its own. For teams that want a fast draft model or a way to let non-engineers run experiments, the command-line interface beats assembling a training script by hand.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category