-
Notifications
You must be signed in to change notification settings - Fork 37
Description
@wush978 , I understand that this package has a very specific purpose : hashing of a matrix.
It is not a general ML package at all, and should not try to mimick carret or scikit.
However it will be mainly used in ML context.
I was thinking to add a simple NaiveBayes function to the package.
The idea is to provide a very intuitive model, with very few parameter which can be used by many as a base line for their tests.
I have noticed that none of the existing package support dgCMatrix matrix and even if you convert it to spam format which is sometimes supported, the matrix is converted to a dense data.frame before computation!!!! So you almost always finish with a memory allocation error.
I have already written a basic code for sparse Matrix working well on dgCMatrix matrix.
Moreover this basic model may be used in the example instead of more advanced one like XGBoost.
Can you tell me if you want me to make a PR?
Kind regards,
Michael