How I do predict outlier by fit model
Hi all,
Currently, I try to use Fit Model to create model, so that I could predict output from input variables as well as to make decision whether prediction is outlier or not. However, I am struggling that after I get the model, the model could not clearly point out outliers, highlighted in red
Even I tried to pre process data source such as excluding outliers from data source and then trained ...