Z score Capstone

Which way shall I mould the Z score analysis code to use it on the capstone project?

@arkaian.aig

Your bound range changes according to the sensor data.
So, it’s up to you. You can decrease the frame size for high sensitivity, and increase it for lower sensitivity.

To know your bound range, print bound[0] and [1]. You’ll see the bound changing every time a new sensor input is read.

And, it’s not even necessary to use the ML for your project. Depends only on the project you’re building.

I am talking about that Nigel’s Pharma project. Is that code pretty much the same for thsi project as it was for the light monitoring one?

@arkaian.aig

Yes, if you want to predict/alert any sudden drop or rise in temperature, you can use same code.