modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

`Into<PredictInputValue>` for integer primitives #47

Closed deciduously closed 2 years ago

deciduously commented 2 years ago

This PR addresses #27 covering the following types:

Each type can safely convert to f64. u64 and i64 require a design decision

I did not locate any tests, doctest or otherwise, for the existing conversions.

nitsky commented 2 years ago

Awesome, thanks!