Package: tisthemachinelearner Type: Package Title: Lightweight interface to sklearn, nnetsauce and unifiedbooster with conformal prediction Version: 0.10.0 Authors@R: c( person( "T.", "Moudiki", email = "thierry.moudiki@gmail.com", role = c("aut", "cre") ) ) Description: Lightweight interface to Python packages sklearn, nnetsauce and unifiedbooster with conformal prediction. Date: 2026-04-23 License: BSD_3_clause Clear + file LICENSE Encoding: UTF-8 Imports: reticulate, R6, Rcpp, RcppProgress Depends: R (>= 3.5.0), reticulate (>= 1.18), Matrix Suggests: MASS, testthat, misc, knitr LinkingTo: Rcpp, RcppProgress RoxygenNote: 7.3.2 SystemRequirements: Python (>= 3.6) with pip and virtualenv support Config/reticulate: list( packages = list( list(package = "scipy"), list(package = "numpy"), list(package = "scikit-learn") ) ) Remotes: thierrymoudiki/misc VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev python3 Repository: https://techtonique.r-universe.dev Date/Publication: 2026-06-21 11:29:23 UTC RemoteUrl: https://github.com/Techtonique/tisthemachinelearner_r RemoteRef: HEAD RemoteSha: 752e51b8d5e3caeeb9b3667f845a2b31779273cb NeedsCompilation: yes Packaged: 2026-06-21 12:13:36 UTC; root Author: T. Moudiki [aut, cre] Maintainer: T. Moudiki