IBM / monitor-ibm-cloud-pak-with-watson-openscale

Data analysis, model building, and deploying with Watson Machine Learning with notebook
https://developer.ibm.com/patterns/data-analysis-model-building-and-deploying-with-wml/
Apache License 2.0
4 stars 18 forks source link

`monitor-ibm-cloud-pak-with-watson-openscale/data/german_credit_feed.json` has extra fields. #34

Open scottdangelo opened 4 years ago

scottdangelo commented 4 years ago

The file monitor-ibm-cloud-pak-with-watson-openscale/data/german_credit_feed.json has some rows with extra fields (Usually a 3 appended to the end). This causes some failures in the: run_details = subscription.fairness_monitoring.run(background_mode=False) cell The one in the pmservices repo is correct, and their data should be used (or this repo should be synced). https://raw.githubusercontent.com/pmservice/ai-openscale-tutorials/master/assets/historical_data/german_credit_risk/wml/german_credit_feed.json All files should be investigated, as this is possibly a similar issue to #25