Releases: dream-faster/krisi
Releases · dream-faster/krisi
0.0.8
What's Changed
- feature(Scorecard, Tests): Model name derived from
predictions
if thepredictions
pd.Series
has a name. Tests on multiplepython
verions with updatedPath
s. by @szemyd in #110
Full Changelog: 0.0.6...0.0.8
0.0.7
Full Changelog: 0.0.6...0.0.7
0.0.6
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
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
Krisi 0.0.2
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
toMetricResult
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
andpredictions
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
andevaluate
now accessible fromkrisi
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
toeval
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
toscore
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 runningdash
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
- @szemyd made their first contribution in #1
- @almostintuitive made their first contribution in #16
Full Changelog: https://github.com/dream-faster/krisi/commits/v0.0.2