dream-faster/krisi
⏳ Evaluation of Time-Series Predictions with powerful pdf and web Reporting. Tailored for evaluation of metrics over time!
PythonNOASSERTION
Issues
- 0
refactor(Benchmarking): rename `RandomClassifierChunked` to `ShufflePredictionsByChunk`
#240 opened by almostintuitive - 0
- 0
- 0
Fix: don't print to `stdout` in `__repr__()`, return the string instead
#228 opened by almostintuitive - 0
- 0
refactor(Types): move Task to the top
#199 opened by almostintuitive - 0
fix(Metrics): calibration curve could/should be calculating the ratio of positives based on the sum of all instaces
#170 opened by almostintuitive - 0
- 0
- 0
fix(Report): No module named `ipython`
#158 opened by szemyd - 0
feature(Classification): detect if its a binary or multi-class classification and set score parameters accordingly
#172 opened by almostintuitive - 0
- 0
feature(Docs): Add references to new metrics and multiclass classification in `README`.
#167 opened by szemyd - 0
- 0
- 0
- 0
feature(Test): Pytest should run examples directly.
#163 opened by szemyd - 0
feature(Probability): Include option to provide probabilities next to the predictions.
#85 opened by szemyd - 0
fix(ScoreCard): Save path shouldn't be simply `scorecard`, it should default to the scorecard name.
#159 opened by szemyd - 0
feature(Report): Resample data before printing graph to console so that it is always readable.
#157 opened by szemyd - 0
chore(Build): start using poetry
#137 opened by almostintuitive - 0
chore(Docs): Rewrite README quick start example.
#153 opened by szemyd - 0
feature(Analysis): Feature correlations over time.
#147 opened by szemyd - 1
feature(Package): Add `bumpver` in devdependency.
#111 opened by szemyd - 0
feature(ScoreCard): Better printing of the ScoreCard when `print(scorecard)` is called.
#126 opened by szemyd - 0
- 0
- 0
fix(Report): Printing a dataframe should be called with ipython's `display` if in jupyter notebook.
#135 opened by szemyd - 0
- 1
chore(Quality): remove unused imports
#92 opened by almostintuitive - 0
fix(Docs): API in docs.
#141 opened by szemyd - 0
feature(Metric): Support Grouping of Metrics.
#144 opened by szemyd - 0
fix(Docs): Examples link is giving 404 error.
#128 opened by szemyd - 0
- 0
- 0
- 1
- 0
fix(Plotting): plot_y_predictions ignores the index, and treats `y` and `pred` as both starting from zero
#116 opened by almostintuitive - 0
- 0
- 0
refactor(Project): separate out plotting related libraries to optional imported modules
#94 opened by almostintuitive - 0
feature(Report): Enhance ``HTML`` report.
#84 opened by szemyd - 0
fix(Metrics): Create different metric defaults and make computationally heavy metrics not evaluate on a rolling window basis.
#78 opened by szemyd - 1
- 2
Images Not Displaying in README
#69 opened by nil-andreu - 0
- 0
- 0
Fix(Score): ``score`` shouldn't do rolling evaluation on default. ``score`` should be able to receive ``calculation type without it being a list.
#75 opened by szemyd - 0
- 0
fix(Sphinx): Autosummary doesn't work properly now
#62 opened by szemyd