Skip to content

Navaneeth-Sharma/mlmetrics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Metrics

This repository contains a collection of metrics for evaluating machine learning models and algorithms in Julialang. All the metrics are made from the ground up, and are not based on any existing library.

Regression metrics

Loss Function Full Form Implemented
mse Mean Squared Error ☑️
mae Mean Absolute Error ☑️
rmse Mean Squared Error ☑️
rmae Root Mean Squared Error ☑️
rmsle Root Mean Squared Logarithmic Error ☑️
r2score R square score ☑️

About

Various ML Metrics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages