nidhaloff/igel

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

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 22nd, 2026
Created on August 27th, 2020
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 210
Total Stargazers: 3,140 (+0)
Total Subscribers: 55 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 155.9 days
Mean response time: 133.8 days
90th percentile: 179.0 days
Tracked items: 196

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 100% of issues opened in the past year have since been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,377 days
Stale 30+ days: 4
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Hacktoberfest (1)
  • contribution (1)
  • discussion (1)
  • feature (1)
  • feedback (1)
  • good first issue (1)
  • help wanted (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

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

The tool addresses the barrier to entry for machine learning by letting users define models and experiments through configuration files rather than Python scripts. It wraps scikit-learn and neural network libraries, handling the boilerplate of data loading, preprocessing, model training, and evaluation. Users specify their pipeline—including data sources, preprocessing steps, model type, and hyperparameters—in a configuration format, then run training and inference through a command-line interface.

Igel suits developers and data practitioners who want to experiment with machine learning workflows quickly without managing code, as well as those automating repeated model training tasks. It works well for standard supervised learning problems where scikit-learn models are appropriate. The tool is particularly valuable for rapid prototyping and AutoML-style experimentation where you want to test many model configurations without rewriting training logic each time.

The project shows consistent activity with regular commits across its codebase and documentation. Maintenance includes ongoing updates to core functionality and examples. The tool maintains active engagement with its user base through issue responses and pull request reviews.