ibm-developer
ibm-developer copied to clipboard
Hi, Working through your [tutorial](https://developer.ibm.com/tutorials/iot-deep-learning-anomaly-detection-4/), it looks like IBM Cloud no longer offers Python 2 notebooks, You might want to update the notebooks downloaded as part of the tutorial to...
### **Currently** ~~~python import pixiedust pixiedust.installPackage("https://github.com/romeokienzler/developerWorks/raw/master/coursera/spark-sql-cloudant_2.11-2.3.0-SNAPSHOT.jar") ~~~ ### Result "Link not found" ---- To solve this prob., I found new link in github. >https://github.com/iambenn/coursera-1/spark-sql-cloudant_2.11-2.3.0-SNAPSHOT.jar Link connection was good, but It...
score(data_healthy_scaled), score(data_broken_scaled) with method call def score(data): return model.#### your code here ###(data) How did model calculate score without providing the label (or, y_test), as model.evaluate require x_test and y_test.
*Currently* ``` def readDataFrameFromCloudant(database): cloudantdata=spark.read.load(database, "org.apache.bahir.cloudant") (...) ``` This results in exception `Py4JJavaError: An error occurred while calling o274.load. : java.lang.ClassNotFoundException: Failed to find data source: org.apache.bahir.cloudant. ` *Expected* ```...
Heya, first of all, thanks for your talk (I am the guy with the dopamin kick, if you remember :) ) ! I got a small problem with plotting the...