Show HN: Mljar Automated Machine Learning for Tabular Data (Explanation,AutoDoc)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mljar-supervised

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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • mljar-examples

    Examples how MLJAR can be used

    The creator here. I'm working on AutoML since 2016. I think that latest release (0.7.15) of MLJAR AutoML is amazing. It has ton of fantastic features that I always want to have in AutoML:

    - Operates in three modes: Explain, Perform, Compete.

    - `Explain` is for data exploratory and checking the default performance (without HP tuning). It has Automatic Exploratory Data Analysis.

    - `Perform` is for building production-ready models (HP tuning + ensembling).

    - `Compete` is for solving ML competitions in limited time amount (HP tuning + ensembling + stacking).

    - All ML experiments have automatic documentation which creates Markdown reports ready to commit to the repo ([example](https://github.com/mljar/mljar-examples/tree/master/Income_c...)).

    - The package produces extensive explanations: decision tree visualization, feature importance, SHAP explanations, advanced metrics values.

    - It has advanced feature engineering, like: Golden Features, Features Selection, Time and Text Transformations, Categoricals handling with target, label, or one-hot encodings.

  • automlbenchmark

    OpenML AutoML Benchmarking Framework

    I'm also curious how does it compare! The package will be included in the newest comparison done by OpenML people https://github.com/openml/automlbenchmark

    I have some old comparison of closed-source old system

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • MLJAR Automated Machine Learning for Tabular Data (Stacking, Golden Features, Explanations, and AutoDoc)

    3 projects | /r/learnmachinelearning | 5 Jan 2021
  • Show HN: Supertree – interactive visualization of decision trees in Python

    4 projects | news.ycombinator.com | 27 Aug 2024
  • Fairness in machine learning

    2 projects | /r/machinelearningnews | 28 Jun 2023
  • Show HN: AutoML Python Package for Tabular Data with Automatic Documentation

    1 project | /r/hypeurls | 5 Sep 2022
  • Python AutoML on Tabular Data with FeatureEng, HP Tuning, Explanations, AutoDoc

    1 project | news.ycombinator.com | 17 May 2022

Did you konow that Python is
the 1st most popular programming language
based on number of metions?