i have one excel file with multiple columns but i want to find outliers if column 1> column 3 its fail(should detect as outlier), is it possible to do it ? is there specific SPL logic should i use for this ?(both columns unit in second)
You don’t need to apply machine learning algorithms to find rows if column 1 > column 3
you just apply where condition.