Closed borisdayma closed 4 years ago
Check out this pull request on
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB
Changes:
metadata={'path': …}
is now replaced with metadata={'path relative to learner
:…}`log_dataset
now accepts argument learner_path
learner_path
is automatically set during the callback ; if we call log_dataset
manually and don't set learner_path
, metadata will not be loggedNote: os.path.relpath
can return results such as ..\data
while Path.relative_to
fails
Changes:
dataset_path
becomeslog_dataset
True
, it usesdls.path
but it can also explicitly be set to a pathlog_dataset
is now public so people can manually do something more complex (such as logging train and valid separately)