IBM / detect-timeseriesdata-change

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
https://developer.ibm.com/patterns/detect-change-points-in-iot-sensor-data
Apache License 2.0
21 stars 22 forks source link

update notebook to use new cloud object storage #14

Closed stevemar closed 6 years ago

stevemar commented 6 years ago

this code pattern should be updated to use the new cloud object service (not the swift based one).

The file https://github.com/IBM/detect-timeseriesdata-change/blob/master/notebooks/watson_changepoint_detection.ipynb should be updated like this one was: IBM/pixiedust-facebook-analysis@b22714a -- as well as the instructions in the README.

If i recall correctly, @balajikadambi has updated a few notebooks already, suggest pinging him to get a better understanding.

dkprabu commented 6 years ago

@stevemart I have done the necessary changes. Please help replace the current .pynb file (https://github.com/IBM/detect-timeseriesdata-change/blob/master/notebooks/watson_changepoint_detection.ipynb) with this updated one (https://github.com/dkprabu/changepoint1/blob/master/changecloudstorage/watson_changepoint_detection.ipynb)

stevemar commented 6 years ago

@dkprabu you have push access to this repository, you can upload a new version by going to https://github.com/IBM/detect-timeseriesdata-change/tree/master/notebooks then drag and drop the new file.

dkprabu commented 6 years ago

@stevemart Thanks.. I have committed the new changes for Cloud storage as above.

stevemar commented 6 years ago

@dkprabu thank you very much for your detailed work in this major update!