Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 2.65 KB

HISTORY.rst

File metadata and controls

111 lines (79 loc) · 2.65 KB

History

0.7.0 (2012-05-01)

  • Adds splits in datasets to generate new datasets
  • Adds evaluations for ensembles

0.6.0 (2012-04-27)

  • REST API methods for model ensembles
  • New method returning the leaves of tree models
  • Improved error handling in GET methods

0.5.2 (2012-03-03)

  • Adds combined confidence to combined predictions
  • Fixes get_status for resources that have no status info
  • Fixes bug: public datasets, that should be downloadable, weren't

0.5.1 (2012-02-12)

  • Fixes bug: no status info in public models, now shows FINISHED status code
  • Adds more file-like objects (e.g. stdin) support in create_source input
  • Refactoring Fields pair method and Model predict method to increase
  • Adds some more locale aliases

0.5.0 (2012-01-16)

  • Adds evaluation api functions
  • New prediction combination method: probability weighted
  • Refactors MultiModels lists of predictions into MultiVote
  • Multimodels partial predictions: new format

0.4.8 (2012-12-21)

  • Improved locale management
  • Adds new features to MultiModel to allow local batch predictions
  • Improved combined predictions
  • Adds local predictions options: plurality, confidence weighted

0.4.7 (2012-12-06)

  • Warning message to inform of locale default if verbose mode

0.4.6 (2012-12-06)

  • Fix locale code for windows

0.4.5 (2012-12-05)

  • Fix remote predictions for input data containing fields not included in rules

0.4.4 (2012-12-02)

  • Tiny fixes
  • Fix local predictions for input data containing fields not included in rules
  • Overall clean up

0.4.3 (2012-11-07)

  • A few tiny fixes
  • Multi models to generate predictions from multiple local models
  • Adds hadoop-python code generation to create local predictions

0.4.2 (2012-09-19)

  • Fix Python generation
  • Add a debug flag to log https requests and responses
  • Type conversion in fields pairing

0.4.1 (2012-09-17)

  • Fix missing distribution field in new models
  • Add new Field class to deal with BigML auto-generated ids
  • Add by_name flag to predict methods to avoid reverse name lookups
  • Add summarize method in models to generate class grouped printed output

0.4.0 (2012-08-20)

  • Development Mode
  • Remote Sources
  • Bigger files streamed with Poster
  • Asynchronous Uploading
  • Local Models
  • Local Predictions
  • Rule Generation
  • Python Generation
  • Overall clean up

0.3.1 (2012-07-05)

  • Initial release for the "andromeda" version of BigML.io.