Introduction to ML-AutoDoc

What is ML-AutoDoc?

ML-AutoDoc is a Python package for creating automatic reports for H2O-3 supervised learning models. Steam users can access ML-AutoDoc through the Steam Client Python API.

ML-AutoDoc currently supports the following models:

  • Deep Learning

  • Distributed Random Forest (including Extremely Randomized Forest)

  • Generalized Linear Model

  • Gradient Boosting Machine

  • Stacked Ensembles

  • XGBoost

Supported File Types

ML-AutoDoc can generate the following file types:

  • Microsoft Word documents (.docx)

  • Markdown files (.md)

Both of these file types can easily be exported to HTML or PDF.

Requirements