Milesgranger Gap Statistic Versions Save

Dynamically get the suggested clusters in the data for unsupervised learning.

v2.0.3

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/milesgranger/gap_statistic/compare/v2.0.2...v2.0.3

https://pypi.org/project/gap-stat/#files

v2.0.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/milesgranger/gap_statistic/compare/v2.0.1...v2.0.2

v2.0.1

4 years ago

:bug: Bug fix :hammer_and_wrench:

In v2.0.0, passing a pandas.DataFrame with parallel_backend='rust' would result in TypeError, this patch ensures any dataframe is converted to np.ndarray before hand.

v2.0.0

4 years ago

Disconnect rust & use github actions (#41) Rust as optional install (#42) Fix workflows (#43) Return standard errors of the Gap statistic (#39) Generate ref data uniformly over feature range (#40) Pass n_refs and n_iter to rust impl (#46) Fix Rust ref data generation (#47) Add warning about optional rust feature (#47)

v2.0.0-rc2

4 years ago
  • Pass n_refs and n_iter to rust impl (#46)
  • Fix Rust ref data generation (#47)
  • Add warning about optional rust feature (#47)

v2.0.0-rc1

4 years ago

Improvements and Fixes:

  • Return standard errors of the Gap statistic (#39)
  • Generate ref data uniformly over feature range (#40)

Rust as optional install:

  • Disconnect rust & use github actions (#41)
  • Rust as optional install (#42)
  • Fix workflows (#43)

v1.7.1

4 years ago

v1.7.0

4 years ago
  • Change license from BSD-3 to dual Unlicense / MIT (#30)
  • Add OSX to Azure Pipelines building (#31)
  • Multiple upgrade to gap calculation, n cluster calc, docs, etc (#28)
  • Fix passing of null data to final calculations rather than the observed dataset (#34)

v1.7.0.rc1

4 years ago
  • Change license from BSD-3 to dual Unlicense / MIT (#30)
  • Add OSX to Azure Pipelines building (#31)
  • Multiple upgrade to gap calculation, n cluster calc, docs, etc (#28)
  • Fix passing of null data to final calculations rather than the observed dataset (#34)

v1.6.1

5 years ago