permetrics icon indicating copy to clipboard operation
permetrics copied to clipboard

Artificial intelligence (AI, ML, DL) performance metrics implemented in Python

Results 7 permetrics issues
Sort by recently updated
recently updated
newest added

### Description of the bug Hi. First of all, thanks for that work. It's helping me a lot with my personal project. I've noticed that when 'y_true' and 'y_pred' both...

bug

Hello, everyone I was reviewing the SMAPE for v2.0 and I found something odd that may be a mistake in the documentation or a misunderstanding on my end. The [documentation](https://permetrics.readthedocs.io/en/v2.0.0/pages/regression/SMAPE.html)...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions

### Description of the bug For the calculation of NRMSE with model=1, RMSE is normalized by the mean of the predicted values, not the mean of the true values. See...

bug

In the clustering metric table Characteristics for Beale Index , it is mentioned Smaller is better (Best = 0), Range = [0, +inf) whereas in explanation, it is mentioned "The...

The density-based clustering validity index is described here: Moulavi, Davoud, et al. "Density-based clustering validation." Proceedings of the 2014 SIAM international conference on data mining. Society for Industrial and Applied...

### Description Hi, Equation link in NRMSE documentation leads to pay to read article. Please change link to free to read source. Link location: [L883](https://github.com/thieu1995/permetrics/blob/master/permetrics/regression.py#L883 Kind regards, ### Additional Information...

enhancement