hi,
I have a traindataset and a testdataset, now I want to clean all parameters from testset in a way, that the ranges from the testset are contained in the ranges (min/max) from the attributes from the traindataset...
how is that possible in an easy way? for now, I have to enter all attribute ranges with a filter examples operator.. thats stupid, I'm sure there is an easier way to do it