🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Increasing rapidminer resolution for very small numbers

User: "hbajpai"
New Altair Community Member
Updated by Jocelyn
I am not sure how to do this, I tried to check if there is any settings in preferences but could not find one. I have a model statistics data-frame that I am passing through as a result form Execute Python block, which looks as the following figure.

The particular hyper parameter that are problem is regularization terms lambda and alpha.
The output of the same parameters looks like this as an Example Set.


I can convert it to string though to ensure the numbers are stored correctly. But, is there a simpler way that I am unaware of to handle this issue?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi,

    here you only see the display formatting. 
    You can verify that the actual numbers are being stored by using Generate Attributes and multiply the values by e. g. 1,000,000 to debug.

    You can also increase the number of digits in the Preferences: General/Number format.

    Regards,

    Balázs
    User: "hbajpai"
    New Altair Community Member
    OP
    Thanks a lot @BalazsBarany . I assumed it was a display thing, but was searching for the settings in the UI tab rather than General :)