Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 811 Bytes

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 811 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1] - 2020-10-27

Added

  • Hoeffding Tree
  • Exponential Reservoir Sampling
  • Mondrian Forest
  • Naïve Bayes
  • Multilayer perceptron

Changed

  • Reservoir Sampling is split in two classes
  • Functions to add elements in Reservoir Sampling now return the index where the element is added.

Fixed

  • Reservoir Sampling statistical bugs

[1.0] - 2019-06-20

Added

  • Reservoir Sampling
  • Chained Reservoir Sampling
  • Micro-Cluster Nearest Neighbour (MC-NN)
  • Lightweight Temporal Compression (LTC)
  • Bloom Filter
  • Cuckoo Filter