-
Notifications
You must be signed in to change notification settings - Fork 33
Prediction not understood #2
Description
I am not able to understand how are you able to predict which bearing is suspected to fail. What is the logic behind your assumption to label them as passed and failed?
In your results for testset1, bearings 5,6,7,8 are suspected to fail.
You mean for the period of Oct 2003 to Nov 2003 (the readings for which month are available), bearing 3 (x and y axis both), bearing 4 (x and y axis both) are suspected to fail.
Is it not possible to give the exact time prediction when is it possible to fail. Oct to Nov is a long period of time.
Why frequency has been considered as the features for logistic regression? Couldn'nt we consider directly the values given in the datasets and what are those values in datasets and why not consider amplitudes instead?
Why first 70% of the data is considered to be passed and 30% of the data to be failed.
Why bearing4_yaxis is considered failed in dataset1 and bearing1 failed in dataset2? Any logical reason?
Is my understanding correct?