Hello Yury, Thanks for your advice. I started to get more familiar with ML library, and if I will be stuck in the development process, I would be grateful if you could give me some ideas, advice.
Thanks, Eugeniu. On Wed, Nov 29, 2017 at 12:01 PM, Yury Babak <y.ch...@gmail.com> wrote: > Hello Eugeniu, > > First of all thanks for your interest, we appreciate it. > > Please feel free to ask any questions about ticket, module and whole > project. > > From my side I want to provide advice to take a look on Trainer and Model > API. > > Basically org.apache.ignite.ml.Model is a result of any ML algorithm. And > Model could make some prediction for the given value based on training > dataset. > > Trainer(org.apache.ignite.ml) is method how we could generate(train) the > model. And for Bayes classifier we could have couple of trainers. > > This API is currently in "work in progress" state but you can look at > org.apache.ignite.ml.trees.models.DecisionTreeModel and > org.apache.ignite.ml.trees.trainers.columnbased.ColumnDecisionTreeTrainer > as > example. > > Regards, > Yury > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ >