Mlens Versions Save

ML-Ensemble – high performance ensemble learning

0.2.3

5 years ago
  • Pandas compatibility
  • Ensembles for time series
  • Softer parameter checks
  • Bug fixes

0.2.2

6 years ago
  • Param change check errors fixed
  • Param change raise warning
  • Minor bug fixes
  • Copyright

0.2.1

6 years ago

Introducing the computational graph backend. Version 0.2.0 implements the Learner-Transformer API, which generalizes the backend and expands the low-level API.

Version 0.2.1. includes critical a patch for model selection.

0.1.6

6 years ago

0.1.5.2

6 years ago
  • Bug fixes
  • Print messages during estimation
  • Clear cache

0.1.5.1

6 years ago
  • Fixed model selection random draw argument bug

0.1.5

6 years ago
  • Possible to set environmental variables
  • multiprocessing default backend
  • spawn as default start method for parallel jobs (w. multiprocessing)
  • Possible to specify y as partition input in clustered subsumable partitioning
  • Minor bug fixes
  • Refactored backend for streamlined front-end feature development

0.1.4

6 years ago

Updates

  • Prediction array dtype option (default=float32)
  • Feature propagation
  • Clustered subsemble partitioning
  • No memmaps passed to estimators (only ndarray views)
  • Threading as default global backend (changeable through mlens.config.BACKEND)
  • Global configuration (mlens.config)
  • Optional specification of temporary directory
  • Scoring exception handling

0.1.3

6 years ago

Increased array checks, update of visualization APIs.

0.1.2

6 years ago
  • accepts supervised transformation
  • ensure training set is a view for K=2 and no preprocessing
  • bug fixes model selection