Added
- Added early stopping support for Classification tasks.
- Set `use_early_stopping` to `True` to enable.
- The best model will now be saved to `{output_dir}/best_model/` when `evaluate_during_training` is used.
- Added `evaluate_during_training_verbose` to args dict to control whether evaluation during training outputs are printed to console.
- Added **all-contributors** to README to recognize contributors.
Changed
- Evaluation during training no longer displays progress bars.
- Evaluation during training no longer prints results to console by default.
- Moved model/results saving logic to `_save_model` for readability and maintainability.
- Updated README.