Features and Changes
* Improved the training remaining time for real
* RegressionTrainInfo class:
* Changed the attribute name from "train_loss" to "train_losses"
* Changed the attribute name from "eval_loss" to "val_losses"
* Added attributes "best_val_loss", "best_train_loss", and "lr_values"
* Deleted the "verbose" argument from training as it does not have a significant impact in performance