1.Input and Explore
predict:Xsave w/id
select as time:
2.Preprocess
Drop row with nan? Clear Outliers with IQR?
Drop row if condition! UnderSampling(0 more!)
Create field:X.eval("fld1=...;...");no target!
time to serials(YMW) DropNonNumCol_fillna
Normalization? Stop training to show X
3.train/validate split
===model parameters===
4.Model Selection
wt regul:
5.Error/Accuracy
Predicted=[0]
feature_importances:
6.y_pred vs y_test
model save?model load?

img here