Skip to content

Releases: erdogant/distfit

1.3.0

25 Mar 08:53
Compare
Choose a tag to compare
  • output parameter in dict "RSS" changed into "score" because various scoring statistics can be chosen.

1.2.8

24 Mar 22:31
Compare
Choose a tag to compare
  • Added possibility to use different scoring statistics.
    The parameter "stats" is to be used to define the scoring statistic: RSS, wasserstein, Kolmogorov-Smirnov statistic (ks) or energy

1.2.7

21 Mar 10:18
Compare
Choose a tag to compare
  • Fitting of discrete non-negative integer data is possible now using the binomial distribution!
  • Updated sphinx pages
  • Updated readme
  • Updated notebook

from distfit import distfit
dist = distfit(method='discrete')
dist.fit_transform(X)

1.2.6

07 Feb 14:07
Compare
Choose a tag to compare
  • Improved speed
  • Iutputs time duration for fitting distribution
  • Dataframe is not a default output anymore. Nevertheless, it can be returned using to todf=True setting during initialization
  • Removed unsupported distributions: frechet_r and frechet_l
  • Update docs and readme
  • Smoothline function integrated instead of seperate file.

1.1.6

17 Oct 20:52
Compare
Choose a tag to compare
  • pypickle used
  • pep styling
  • tested for python 3.8

1.1.5

14 Jul 20:07
Compare
Choose a tag to compare
  • removed levy_l and stable from full list of distributions because it is too slow.

1.1.4

26 Jun 15:14
Compare
Choose a tag to compare
  • quantile added as new method
  • percentile added as new method

1.1.3

18 Jun 13:58
Compare
Choose a tag to compare
  • typo fix in naming
  • some fixes in examples.py
  • scipy library add to setup
  • docstring updates

1.1.2

12 May 18:08
Compare
Choose a tag to compare
  • predict returns a dict
  • fit_transforms returns a dict

1.1.1

28 Apr 22:54
Compare
Choose a tag to compare
  • save and loading
  • sphinx updates
  • docstring updates
  • smoothing