Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Force neural net output value"

navnav Member Posts: 28 Contributor II
edited May 2019 in Help
Hello, is it possible to force the neural net output value to positive value? My problem is that with a training set with positive and negative attributes but an only positive label attribute, the neural net classifier sometimes predicts wrong negative values. Thanks a lot to all.

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    you could simply apply a postprocessing step. You could easily configure the Generate Attribute operator to derive a column that has a minimum of 0 for example. Then you could set the role of this new column to "prediction" and it will be used as new prediction in a following performance estimator.


    Greetings,
    Sebastian
Sign In or Register to comment.