From a63c93333323f66208b2c32d193ad464fcd47415 Mon Sep 17 00:00:00 2001 From: Aakarsh <37743882+aakarsh1011@users.noreply.github.com> Date: Sat, 21 Aug 2021 12:55:25 +0530 Subject: [PATCH] Added information about report creation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d912f5e3..cf17b3cc 100644 --- a/README.md +++ b/README.md @@ -425,9 +425,10 @@ pip install -q -U git+https://github.com/mljar/mljar-supervised.git@master # Demo In the below demo GIF you will see: -- MLJAR AutoML trained in Jupyter Notebook +- MLJAR AutoML trained in Jupyter Notebook on titanic dataset - overview of created files - showcase of selected plots created during AutoML training +- algorithm comparison report along with their plots - example of README file and csv file with results ![](https://github.com/mljar/mljar-examples/raw/master/media/mljar_files.gif)