Learn R Programming

IRon (version 0.1.5)

Solving Imbalanced Regression Tasks

Description

Imbalanced domain learning has almost exclusively focused on solving classification tasks, where the objective is to predict cases labelled with a rare class accurately. Such a well-defined approach for regression tasks lacked due to two main factors. First, standard regression tasks assume that each value is equally important to the user. Second, standard evaluation metrics focus on assessing the performance of the model on the most common cases. This package contains methods to tackle imbalanced domain learning problems in regression tasks, where the objective is to predict extreme (rare) values. The methods contained in this package are: 1) an automatic and non-parametric method to obtain such relevance functions; 2) visualisation tools; 3) suite of evaluation measures for optimisation/validation processes; 4) the squared-error relevance area measure, an evaluation metric tailored for imbalanced regression tasks. More information can be found in Ribeiro and Moniz (2020) .

Copy Link

Version

Install

install.packages('IRon')

Version

0.1.5

License

CC0

Issues

Pull Requests

Stars

Forks

Maintainer

Rita P. Ribeiro

Last Published

October 31st, 2025

Functions in IRon (0.1.5)

phiPlot

Plot of phi versus y and boxplot of y
ser

Non-Standard Evaluation Metrics
rmse

Root Mean Squared Error
phi

Obtain the relevance of data points
mae

Standard Evaluation Metrics
phi.control

Generation of relevance function
eval.stats

Predictive Modelling Evaluation Statistics
sera

Squared Error-Relevance Area (SERA)
phi.range

Custom Relevance Function
variance

Model Variance
bias

Model Bias
NO2Emissions

NO2Emissions
accel

Acceleration
phi.extremes

Relevance function for extreme target values
corr

Pearson's Correlation
mse

Mean Squared Error