Skip to content

Releases: frahik/IBCF.MTME

Release IBCF.MTME Version 1.5.1

22 Nov 16:29
Compare
Choose a tag to compare
  • 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

22 Oct 20:34
Compare
Choose a tag to compare
  • MSEP was changed to MAAPE.
  • print function was added.
  • ORCID was added to the authors of the package.

Realease IBCF.MTME Version 1.3-2 revision

24 Aug 21:03
Compare
Choose a tag to compare
  • IBCF.Years() now has colID 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

22 Feb 18:21
Compare
Choose a tag to compare

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 in Traits.testing.
  • Now CV.RandomPart() shows the lenght in every partition in $CrossValidation_length.
  • Now CV.RandomPart() admits Traits.testing to only use a PTesting percentage defined of the traits specified in the parameter to be used to fit the model.