ML tool for training, testing, and using models without code
Top 15.7% on sourcepulse
Igel is a Python-based machine learning tool designed to democratize ML by enabling users to train, evaluate, and deploy models without writing code. It caters to both technical and non-technical users seeking to rapidly prototype ML solutions or leverage AutoML capabilities.
How It Works
Igel abstracts complex ML workflows into a configuration-driven approach. Users define their tasks, data sources, preprocessing steps, model choices, and hyperparameters in a YAML or JSON file. The tool then executes these instructions via a command-line interface (CLI), supporting a wide range of scikit-learn models, AutoML for image and text tasks, and various data formats (CSV, Excel, JSON, raw data folders).
Quick Start & Requirements
pip install -U igel
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 years ago
Inactive