Ctrl+K
mlinsights mlinsights

mlinsights

Site Navigation

  • Tutorial
  • API
  • Examples
  • Examples Gallery
  • Notebooks Gallery
  • Blog Gallery
  • Index

Site Navigation

  • Tutorial
  • API
  • Examples
  • Examples Gallery
  • Notebooks Gallery
  • Blog Gallery
  • Index

Section Navigation

  • plotting
  • Helpers
  • metrics
  • Speed up batch training
  • Machine Learning Models
  • Trees
  • search_rank
  • Blas & Lapack
  • Timeseries

plotting#

mlinsights.plotting.plot_gallery_images (imgs, texts = None, width = 4, return_figure = False, ax = None, folder_image = None, figure)

Plots a gallery of images using matplotlib.

mlinsights.plotting.pipeline2dot (pipe, data, params)

Exports a scikit-learn pipeline to DOT language. See Visualize a scikit-learn pipeline for an example.

mlinsights.plotting.pipeline2str (pipe, indent = 3)

Exports a scikit-learn pipeline to text.

previous

API

next

Helpers

Show Source