ModelMetrics icon indicating copy to clipboard operation
ModelMetrics copied to clipboard

Rapid Calculation of Model Metrics

Results 13 ModelMetrics issues
Sort by recently updated
recently updated
newest added

Hi, It seems that accuracy cannot be found in this package. Best, Shixiang

Hi Tyler, Hope you are doing well. Thanks for this great package. On https://github.com/JackStat/ModelMetrics/blob/master/src/confusionMatrix_.cpp: - `confusionMatrix_` considers predictions as negative if the value is **

When running the code on R4.0, the results are different each time: ``` r library(ModelMetrics) #> #> Attaching package: 'ModelMetrics' #> The following object is masked from 'package:base': #> #>...

I got this behavior which looks like a bug. It appears both in the package from CRAN and in the latest version from GitHub. Here is a reproducible example: ```...

Hi @JackStat is it possible to add the $R^2$ metrics to the package for numeric responses? $R^2=\frac{explained variance}{total variance}=\frac{\sum\left( \hat{y}-\bar{y}\right)^2}{\sum\left( y-\bar{y}\right)^2}$

@JackStat FYI Running caret with metric "ROC" consistently produces a segfault on macOS (sierra) with R3.4.3. The segfault message is shown below. Example code also shown below. I have been...

The following function could be a nice add for the package, since it implements the Poisson Log Loss in Rcpp (also thanks to [SO](http://stackoverflow.com/questions/43657305/rcpp-gamma-integral/43657808#43657808) ) and originally written in R...

I was trying to use the Gini function with a non negative score but I receive the following Error: out