JuliaAI / MLJNaiveBayesInterface.jl

MIT License
0 stars 2 forks source link

Allow for matrix input #9

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

Allow the input X in fit(model, X, y) to be either a table or a matrix of appropriate element type (Count for multinomial and Continuous for gaussian)

ablaom commented 2 years ago

cc @josephdavids. As your head is in this space already, can you review this please?