kortirso / elixir_learn_kit

Elixir library for machine learning
32 stars 4 forks source link

Float and Decimal support #6

Open doublej74 opened 1 year ago

doublej74 commented 1 year ago

It is not clear from documentation whether floats are supported. Even if it is supported the precision of Floats is not accurate and in case of money valules, it is common practice to use the Decimal libary. Is suport Decimal planned?

kortirso commented 1 year ago

I didn't think about using floats and decimals, my experiments only contain integers checking, you can check results for floats and for money values you can use cents integers - it will definitely work