https://github.com/madman-bob/Smart-Fruit
It's pretty bare-bones at the moment, but I thought I'd see if there was any interest before spending too much time on it.
Let me know what you think.
1–6 of 6 posts
https://github.com/madman-bob/Smart-Fruit
It's pretty bare-bones at the moment, but I thought I'd see if there was any interest before spending too much time on it.
Let me know what you think.
The training phase can be considerably long. Have you thought of some kind of an async wrapper that Smart Fruit might provide or will the user be expected to code it up?
This is more of a user experience comment - when the interface is designed to feel as if one is interacting with a DB / ORM the user may come to assume that the outcomes will be deterministic... While the returned results will remain deterministic given the training data, model and hyper-parameters remain the same - it won't feel as deterministic when either of these is updated... I am not sure if I communicated my concern clearly. I am trying to understand who the intended end-user is, of this package...
I liked the boldness of this idea. But 'something' needs to select the sklearn model, tune its hyper-params - how long can you keep it all hidden away from the user? The training phase can be considerably long. Have you thought of some kind of an async wrapper that Smart Fruit might provide or will the user be expected to code it up? This is more of a user experience comment - when the interface is designed to feel a…
That said, all points taken. If this sparks interest in someone, as is stands, it would be on them to dig in to all the considerations you've outline.