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

Speed up batch training#

mlinsights.mlbatch.MLCache (self, name)

Implements a cache to reduce the number of trainings a grid search has to do.

mlinsights.mlbatch.PipelineCache (self, steps, cache_name = None, verbose = False)

Same as sklearn.pipeline.Pipeline but it can skip training if it detects a step was already trained the model was already trained accross even in a different pipeline.

previous

metrics

next

Machine Learning Models

Show Source