NEWS
superml 0.5.7 (2024-02-18)
- Dropped support for R 3.5 version
- Fixed NOTES occurring due to C++ version and incorrect function documentation
superml 0.5.6 (2022-11-14)
- Removed from cran, republish.
superml 0.5.5 (2022-05-23)
- Fix xgboost float precision error
superml 0.5.4 (2022-05-12)
- Configure github actions
- Fix build issue due to dontrun decorator
- Removed from cran, republish.
superml 0.5.3 (2020-04-28)
- Update bm25 function
- Add functions for dot product, svd, normalise matrix
- Add documentation for rcpp functions
- Fixed bugs.
superml 0.5.2 (2020-02-24)
- Introduce rcpp and rewrite base functions in rcpp to create count/tfidf matrix
- Much faster execution with core rcpp functions.
- Deprecate
parallel
argument, since turned out to be slower than c++.
- Fixed bugs.
superml 0.5.1 (2020-02-19)
- Fix bugs in CountVectorizer & TfidfVectorizer
- Add ngram_range feature
- Add more documentation on vectorizers
superml 0.5.0 (2019-11-29)
- glmnet changed its api. Fix Failing tests. Temporary fix by using "donttest" on its examples. Updates package documentation to support R6 classes.
superml 0.4.0 (2019-05-12)
- Fixed svm error. Replaced liquidSVM with e1071 R package.
superml 0.3.0 (2019-03-16)
- Moved some imports to suggests
superml 0.2.0 (2019-01-07)
- Added new trainers: SVM, NaiveBayes
- Renamed gridsearch, randomsearch trainers to CV
- Fixed documentation
superml 0.1.0 (2018-12-30)
- Added a
NEWS.md
file to track changes to the package.
- Fixed travis-ci integration