Releases: frahik/IBCF.MTME
Releases · frahik/IBCF.MTME
Release IBCF.MTME Version 1.5.1
- Fixed issue [2] with the predictions in the
pm$Data.Obs_Pred
output, thanks to @melissa-garcia to report it. - Fixed issue with the Cross-validation with two or more traits to use
as testing.
Release IBCF.MTME Version 1.4-2 revision
MSEP
was changed toMAAPE
.print
function was added.ORCID
was added to the authors of the package.
Realease IBCF.MTME Version 1.3-2 revision
IBCF.Years()
now hascolID
parameter to select the identifiers of the observations.- Fixed a bug caused by the sequence in a for cycle.
Realease IBCF.MTME Version 1.2-5
IBCF.MTME v1.2 (Release date: 2018-02-19)
Changes:
- Fixed important issue from
IBCF()$predictions_Summary
, now the correlation only uses the predicted testing data. - Now
IBCF()
function show$yHat
that is an average of the prediction values of every partition. - Now
IBCF()
function shows in$predicted_Partition
all the partitions values predicted (before was$Predictions
and was changed to not confuse with$yHat
). - Now
IBCF()
function shows in$observed
all the response values from the DataSet. - Now
IBCF()
function shows in$Data.Obs_Pred
all the response and predicted values from the DataSet. - Now
IBCF.Years()
function shows in$predicted
all the values predicted. - Now
IBCF.Years()
function shows in$observed
the response values for all the years from the Traits selected inTraits.testing
. - Now
CV.RandomPart()
shows the lenght in every partition in$CrossValidation_length
. - Now
CV.RandomPart()
admitsTraits.testing
to only use aPTesting
percentage defined of the traits specified in the parameter to be used to fit the model.