mljar/mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation

View on GitHub ↗Jump to charts ↓Open shareable report →

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

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 21st, 2026
Created on November 5th, 2018
Open Issues & Pull Requests: 130 (+0)
GitHub issues: Enabled
Number of forks: 447
Total Stargazers: 3,296 (+0)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.1 hours
Mean response time: 107.6 days
90th percentile: 313.8 days
Tracked items: 98

How this project is maintained

96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 989 days
Stale 30+ days: 27
Stale 90+ days: 24

Recent activity

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

Top labels

  • help wanted (21)
  • bug (19)
  • enhancement (15)
  • good first issue (13)
  • docs (6)
  • future (2)
  • dependencies (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

MLJAR Supervised is an automated machine learning package for tabular data that handles feature engineering, hyperparameter tuning, model selection, and generates explanations and documentation.

The tool addresses the time-consuming aspects of machine learning workflows by automating preprocessing, model construction, and hyperparameter optimization. It works by evaluating multiple machine learning algorithms—including random forests, gradient boosting frameworks like XGBoost and LightGBM, neural networks, and decision trees—then tuning their hyperparameters to identify the best performer. The approach is transparent rather than a black box; users can inspect the exact pipeline construction through detailed Markdown reports for each model, along with feature importance analysis and SHAP explanations to understand model behavior.

Teams should adopt this tool when they need to accelerate tabular data modeling without sacrificing interpretability. It suits projects where domain experts need to understand model decisions and where rapid iteration across multiple algorithms is valuable. The package also generates web applications from trained models, enabling non-technical stakeholders to make predictions. It supports fairness-aware training and allows analyses to be saved, re-run, and loaded for reproducibility. The README does not position the tool against specific alternatives, so no comparative claims can be made.

The project maintains active development with regular updates to its codebase and documentation. The tool includes multiple operational modes to accommodate different use cases and complexity requirements. Development activity shows ongoing refinement of the core AutoML pipeline and expansion of supporting features like automatic report generation and model deployment capabilities.