saraswatmks / superml

Build machine learning models in R like using python's scikit-learn library
https://saraswatmks.github.io/superml/
GNU General Public License v3.0
32 stars 8 forks source link

Dont run xgboost examples #46

Closed saraswatmks closed 2 years ago

saraswatmks commented 2 years ago

Fixes the following error in building on mac:

Error(s) in re-building vignettes:
--- re-building ‘Guide-to-CountVectorizer.Rmd’ using rmarkdown
--- finished re-building ‘Guide-to-CountVectorizer.Rmd’

--- re-building ‘Guide-to-TfidfVectorizer.Rmd’ using rmarkdown
--- finished re-building ‘Guide-to-TfidfVectorizer.Rmd’

--- re-building ‘introduction.Rmd’ using rmarkdown
Quitting from lines 171-180 (introduction.Rmd) 
Error: processing vignette 'introduction.Rmd' failed with diagnostics:
Inconsistent 'best_score' values between the closure state: 30943.7416707566 and the xgb.attr: 30943.7416707566
--- failed re-building ‘introduction.Rmd’

SUMMARY: processing the following file failed:
  ‘introduction.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* checking for detritus in the temp directory ... OK
* DONE

Status: 1 ERROR
See
  ‘/Users/ripley/R/packages/tests-devel/superml.Rcheck/00check.log’
for details.