The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Prediction Range
Hi,
I am using the weka MLP and would like to stop negative predictions occuring. Is there any way of limiting the prediction range or something so the the lowest prediction value is 0? I am already removing null values from my training set. The training set lower range for value is 0.
Thanks Laura
I am using the weka MLP and would like to stop negative predictions occuring. Is there any way of limiting the prediction range or something so the the lowest prediction value is 0? I am already removing null values from my training set. The training set lower range for value is 0.
Thanks Laura
0
Answers
this will not be possible. But you could do a postprocessing step instead and setting all values smaller 0 to 0. Thats a possible solution for doing that: Hope that will help you.
Greetings,
Sebastian
Thanks alot for your reply, its really helpful. I also have a another problem but it is not related to this issue so I will start a new thread.
Cheers Laura