Skip to content

Releases: dream-faster/krisi

0.0.8

24 Mar 09:43
Compare
Choose a tag to compare

What's Changed

  • feature(Scorecard, Tests): Model name derived from predictions if the predictions pd.Series has a name. Tests on multiple python verions with updated Paths. by @szemyd in #110

Full Changelog: 0.0.6...0.0.8

0.0.7

23 Mar 17:37
Compare
Choose a tag to compare

Full Changelog: 0.0.6...0.0.7

0.0.6

23 Mar 14:38
ee4c2e4
Compare
Choose a tag to compare

What's Changed

  • docs(Readme): Added tests badge. Changed name for ci-cd.yml. by @szemyd in #101
  • feature(Packaging): Conditional importing of libraries by @szemyd in #102
  • feature(Scorecard): Scorecard has a utility function to get it's metrics as a pd.dataseries by @szemyd in #103
  • docs(Illustrations): New Logo. by @szemyd in #105
  • docs(Logo): Added new logo without white background. by @szemyd in #106
  • fix: Dependency should be lower for python. by @szemyd in #107

Full Changelog: 0.0.4...0.0.6

0.0.5

23 Mar 13:44
Compare
Choose a tag to compare

What's Changed

  • docs(Readme): Added tests badge. Changed name for ci-cd.yml. by @szemyd in #101
  • feature(Packaging): Conditional importing of libraries by @szemyd in #102
  • feature(Scorecard): Scorecard has a utility function to get it's metrics as a pd.dataseries by @szemyd in #103
  • docs(Illustrations): New Logo. by @szemyd in #105
  • docs(Logo): Added new logo without white background. by @szemyd in #106

Full Changelog: 0.0.4...0.0.5

0.0.4

08 Mar 11:41
Compare
Choose a tag to compare

What's Changed

  • docs(Readme): Updated image imports to be absolute for pypi. by @szemyd in #98
  • Feature(Project): Automatic bumping with bumpver setup. by @szemyd in #99
  • chore(Bump): Bump commit message. by @szemyd in #100

Full Changelog: v0.0.2...0.0.4

Krisi 0.0.2

06 Mar 11:14
c7383af
Compare
Choose a tag to compare

Initial release

What's Changed

  • Feature(Init): Preliminary initalization of the repository. by @szemyd in #1
  • Feature(Packaging): Created package structure by @szemyd in #5
  • Feature(Plotly & Utils): Refractored helper functions for example pipelines into utils, added further features to plotting. by @szemyd in #8
  • Feature(Scorecard): Added Metrics object & setting and updating of scorecard & base metrics. by @szemyd in #9
  • Chore(Metrics): Refractored types and printing. by @szemyd in #10
  • Feature(Scorecard & Metric): Better default metric behaviour, improved printing and more predefined Metrics. by @szemyd in #11
  • fix, Feature (Metric, Test): Fixed metric copying and added workflow and tests. by @szemyd in #12
  • Feature(Licence): Modified Proprietary licence to Commons Clause on top of MIT Licence. by @szemyd in #13
  • Feature(Rolling): Metrics now have a rolling based evaluation option. by @szemyd in #14
  • Feature(Scorecard Report): Hooking up scorecard with reporting function. by @szemyd in #15
  • fix(Dependencies): remove the hard constraints on specific versions of libraries by @almostintuitive in #16
  • Feature(Plotting): Parametricized the plotting function by @szemyd in #17
  • feature(Metrics): added new MAPE default metric, renamed MResultGeneric to MetricResult by @almostintuitive in #20
  • Docs(Sphinx): Setup initial documentation structure and workflow. by @szemyd in #18
  • chore(Dependency): Took out sktime as a dependency. by @szemyd in #24
  • chore(Docs): updated installing instructions by @almostintuitive in #26
  • feature(Packaging): Added workflows that mimic the modeling library's… by @szemyd in #25
  • chore(Refractor): Interface improvements by @szemyd in #27
  • chore(CI): Moved requirements.txt to docs by @szemyd in #28
  • feature(Readme): New logo and description, cleaned up unused code. by @szemyd in #31
  • Docs(Readme): Updated readme with formatting. by @szemyd in #32
  • feature(Assertions): Added checks for y and predictions by @szemyd in #33
  • feature(Scorecard): Scorecard evaluates metrics by @szemyd in #35
  • feature(Printing): Short summary of core statistics. by @szemyd in #36
  • feature(Metrics): Added more default metrics and info for previous ones. by @szemyd in #38
  • feature(Examples): Updated examples and fixed rolling based printing. by @szemyd in #39
  • Docs(Readme): Updated readme with diagrams and better explanations. by @szemyd in #41
  • Feature(Evaluate): Updated readme and evaluate now accessible from krisi directly. by @szemyd in #44
  • Feature(Saving): ScoreCard object and console summary can be saved now. by @szemyd in #46
  • fix(Saving): default evaluate at definition time, which is problemati… by @szemyd in #47
  • Feature(Compare): Function to compare scorecards. by @szemyd in #50
  • Feature(Loading): Retrieval of all scorecards based on project name by @szemyd in #53
  • Feature(Classification): System now supports binary classification. by @szemyd in #55
  • feature(Tests): Example integration tests added. by @szemyd in #56
  • Docs(Docstrings): Added sklearn formatted docstrings to ScoreCard by @szemyd in #58
  • fix(Sphinx): Fixed autosummary issues and renamed evaluate to eval to not conflict wit… by @szemyd in #63
  • fix(Sphinx): Logo path was incorrect by @szemyd in #64
  • Feature(ScoreCard): Targets and Predictions are now directly supplied to ScoreCard by @szemyd in #67
  • Feature(PDF): New layout by @szemyd in #68
  • Chore(PDF): Remaining commit by @szemyd in #71
  • Docs(Sphinx): Sphinx debugged, autosummary now builds correctly. by @szemyd in #72
  • chore(Renaming): Renamed eval to score by @szemyd in #74
  • refactor(Calculation): added "both" option, removed need for an array, renamed enum to drop redundant "Type" by @almostintuitive in #76
  • Feature(Vizualisation): Classification label imbalance now displayed. by @szemyd in #79
  • Feature(Metrics): More default metrics categories by @szemyd in #80
  • Docs(Readme): Updated diagrams and added discord. by @szemyd in #82
  • Feature(HTML): Improved interactive HTML generation with dash. by @szemyd in #83
  • feature(Tests): All examples tested in examples directory (except running dash server) by @szemyd in #86
  • docs(Readme): Updated readme with new images. by @szemyd in #87
  • docs(Readme): Fixed errors. by @szemyd in #88
  • Docs(Examples): Added a jupyter notebook quick start runthrough. by @szemyd in #89
  • feature(Metrics): added SMAPE and Matthew's correlation coefficient by @almostintuitive in #93
  • feature(Docs): use MKDocs by @almostintuitive in #91
  • feature(Packaging): Updated pyproject by @szemyd in #95
  • fix(Docs): links to images by @almostintuitive in #97
  • feature(CI): added publish workflow by @almostintuitive in #96

New Contributors

Full Changelog: https://github.com/dream-faster/krisi/commits/v0.0.2