We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print()
logging
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This specifically concerns the info print outs during download and loading:
Example in Download routine:
coderdata/coderdata/download/downloader.py
Line 104 in 8fadc34
Example in cd.load() rountine:
cd.load()
coderdata/coderdata/dataset/dataset.py
Line 433 in 8fadc34
Those could be moved to logging routine for easier and more robust handling. See for example:
coderdata/scripts/prepare_data_for_improve.py
Line 14 in 0c724de
Lines 99 to 111 in 0c724de
Line 130 in 0c724de
The text was updated successfully, but these errors were encountered:
ymahlich
No branches or pull requests
This specifically concerns the info print outs during download and loading:
Example in Download routine:
coderdata/coderdata/download/downloader.py
Line 104 in 8fadc34
Example in
cd.load()
rountine:coderdata/coderdata/dataset/dataset.py
Line 433 in 8fadc34
Those could be moved to
logging
routine for easier and more robust handling. See for example:coderdata/scripts/prepare_data_for_improve.py
Line 14 in 0c724de
coderdata/scripts/prepare_data_for_improve.py
Lines 99 to 111 in 0c724de
coderdata/scripts/prepare_data_for_improve.py
Line 130 in 0c724de
The text was updated successfully, but these errors were encountered: