Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (22 loc) · 943 Bytes

Changelog.md

File metadata and controls

24 lines (22 loc) · 943 Bytes

0.1.2 / 2017-12-07

  • Wrapped NetworkLearning.jl
  • Improved performance for data processing
  • Improved test coverage
  • Code cleanups, bugfixes

0.1.1 / 2017-10-27

  • Moved code relating to different types in separate files
  • Changed model properties from Dict to ModelProperties
  • Wrapped MLKernels.jl for efficient kernel matrix calculation
  • Added support for generating custom kernels matrices i.e. kernel trick, less efficient
  • Added decision stump classifier, regressor
  • Added DT and BKS label combiners
  • Added support for operating point search and creation
  • Added an ROC plot, confusion matrix
  • Wrapped kernel PCA, disabled for now (requires latest MultivariateStats.jl)
  • Wrapped Factor Analysis, disabled for now (requires latest MultivariateStats.jl)
  • Various bugfixes, improved unit test coverage

0.1.0 / 2017-09-24

  • Initial commit