aguskianto

Results 2 issues of aguskianto

I am trying to connect to jenkins using: var jenkins = require('jenkins')({ baseUrl: 'https://user:token@link', crumbIssuer: true }); But, I got: Error: unable to verify the first certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1321:34)...

I follow your tutorial for Pima-Prediction, and use "./data/pima-data.csv". My result: ![image](https://user-images.githubusercontent.com/5397589/37241708-11f112c4-2490-11e8-8ef3-f689fa6bf4c6.png) Your result (origin exercise file): ![image](https://user-images.githubusercontent.com/5397589/37241716-3ece4d34-2490-11e8-820d-492897e392c0.png) What makes it different?