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
Increasing rapidminer resolution for very small numbers
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?
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?
Best,
Harshit
Harshit
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi,
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ázs5
Answers
Harshit