Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2022 04:04 PM
Hello,
can I programmatically access artifact file (csv), via artifact_uri and read it?
Tried the following, but didn't work, says no such file or directory:
mlflow.pyfunc.pandas.read_csv(artifact_uri+'/xgb-classifier-test-8/dataset_statistics.csv')
pandas.read_csv(artifact_uri+'/xgb-classifier-test-8/dataset_statistics.csv')
Thanks!