<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Machine Learning with AdaBoost on Decision Stumps</dc:title>
  <dc:title>R package sboost version 0.1.2</dc:title>
  <dc:description>Creates classifier for binary outcomes using Adaptive Boosting 
    (AdaBoost) algorithm on decision stumps with a fast C++ implementation. 
    For a description of AdaBoost, see Freund and Schapire (1997) 
    &lt;doi:10.1006/jcss.1997.1504&gt;. This type of classifier is nonlinear, but
    easy to interpret and visualize. Feature vectors may be a combination of
    continuous (numeric) and categorical (string, factor) elements. Methods 
    for classifier assessment, predictions, and cross-validation also included.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.4.0)</dc:relation>
  <dc:relation>Imports: dplyr (&gt;= 0.7.6), rlang (&gt;= 0.2.1), Rcpp (&gt;= 0.12.17), stats
(&gt;= 3.4)</dc:relation>
  <dc:relation>LinkingTo: Rcpp (&gt;= 0.12.17)</dc:relation>
  <dc:relation>Suggests: testthat</dc:relation>
  <dc:creator>Jadon Wagstaff &lt;jadonw@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Jadon Wagstaff [aut, cre]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=sboost/LICENSE)</dc:rights>
  <dc:date>2022-05-26</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=sboost</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.sboost</dc:identifier>
</oai_dc:dc>
