Python Forum

Full Version: What is the Target value in this GridSearchCV problem?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a question on the following document where I will now post its link.

https://becominghuman.ai/predict-pump-fa...886bfa073e

I am unable to attach this document to my post because it is too large, even when I zip it.

It this document they are using GridSearchCV and trying to predict pump failure before it happens. They
have a huge matrix of sensor values that have been normalized. This is clearly the X value or X matrix. But what is the
target value or Y value. Is it tolerance or something else. The GridSearchCV problem shows that iterations and
tolerance are the search parameters. So, there are 2 parameters, but what else.?

I am new to GridSearchCV and I am just not sure what the target value is. The calculations begin on page 13 for the GridSearchCV.

Any help appreciated. Thanks in advance.

Respectfully,

Led_Zeppelin