2.1.0
- Enhancement
- Add optional parameter
return_eval_logs_on_train
to thevalidator
function,
enabling it to return the evaluation logs for all training folds instead of just
the first one
- Add optional parameter
- Bug Fix
- Fix import in
pd_extractors.py
for Python 3.10 compatibility - Set a minimal version of Python (3.6.2) for Fklearn
- Fix import in
- Documentation
- Fixing some typos, broken links and general improvement on the documentation