Skip to content

Releases: milesgranger/gap_statistic

Support user defined clustering functions

19 May 11:18
Compare
Choose a tag to compare
  • User can pass in their own clustering function into OptimalK (fe1b1d3)
  • Switch to Azure Pipelines (9020d95, db030ee)
  • Use black formatting for the project (bdb4af1)

Fix Gap statistic calculation

04 Aug 21:04
146f868
Compare
Choose a tag to compare
Merge pull request #15 from milesgranger/fix-gap-calculation

Fix gap value calculation, up to 1.5.2

Stable Rust backend added

15 Jun 21:17
78fab93
Compare
Choose a tag to compare

Release contains an initial stable release of the same API found in the first release, along with OptimalK taking an additional value "rust" for the backend parameter.

Rust backend - Alpha

27 May 18:56
Compare
Choose a tag to compare
Rust backend - Alpha Pre-release
Pre-release

Initial release including a Rust backend implementation of the gap statistic & kmeans.

Initial public release

15 May 08:29
Compare
Choose a tag to compare

Support for Joblib, Multi-processing and single core