superml
superml copied to clipboard
Build machine learning models in R like using python's scikit-learn library
Hello, I tried to use BM_25 (R-Version) inside the SQL Server 2022 and I notice a bug. If I use BM_25 in SQL Server then I got only one column...
Kindly , I tried use this package with LSSVM , but could not do it, please could you help ? Can I add the lssvm file to this project from...
`svm = SVMTrainer$new()` Error: object 'SVMTrainer' not found `packageVersion('superml') ` [1] ‘0.5.3’
I have the following example # should be a vector of texts sents
A question about how to use quantile regression in SVM? I know this package can achieve support vector quantile regression by controlling the parameter type as qt, but there are...
I would like to not set any max_features in TfIdfVectorizer function. In other words, I want to create a tdm with all word frequencies. However if I do not set...
Hello there, I am trying to run GridSearchCV, but I am getting the following error: `Error in if (cuts < 2) cuts
- [ ] y parameter of all ml models should be a vector - [ ] implement cv folds function - [ ] Fix default scoring in random/grid search for...