<?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>A Unified Tidy Interface to R's Machine Learning Ecosystem</dc:title>
  <dc:title>R package tidylearn version 0.4.0</dc:title>
  <dc:description>Provides a unified tidyverse-compatible interface to R's machine
    learning ecosystem - from data ingestion to model publishing. The tl_read()
    family reads data from files ('CSV', 'Excel', 'Parquet', 'JSON'), databases
    ('SQLite', 'PostgreSQL', 'MySQL', 'BigQuery'), and cloud sources ('S3',
    'GitHub', 'Kaggle'). The tl_model() function wraps established
    implementations from 'glmnet', 'randomForest', 'xgboost', 'e1071', 'rpart',
    'gbm', 'nnet', 'cluster', 'dbscan', and others with consistent function
    signatures and tidy tibble output. Results flow into unified 'ggplot2'-based
    visualization and optional formatted 'gt' tables via the tl_table() family.
    The underlying algorithms are unchanged; 'tidylearn' simply makes them
    easier to use together. Access raw model objects via the $fit slot for
    package-specific functionality.
    Methods include random forests Breiman (2001) &lt;doi:10.1023/A:1010933404324&gt;,
    LASSO regression Tibshirani (1996) &lt;doi:10.1111/j.2517-6161.1996.tb02080.x&gt;,
    elastic net Zou and Hastie (2005) &lt;doi:10.1111/j.1467-9868.2005.00503.x&gt;,
    support vector machines Cortes and Vapnik (1995) &lt;doi:10.1007/BF00994018&gt;,
    and gradient boosting Friedman (2001) &lt;doi:10.1214/aos/1013203451&gt;.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.6.0)</dc:relation>
  <dc:relation>Imports: dplyr (&gt;= 1.0.0), ggplot2 (&gt;= 3.3.0), tibble (&gt;= 3.0.0), tidyr
(&gt;= 1.0.0), purrr (&gt;= 0.3.0), rlang (&gt;= 0.4.0), magrittr,
parallel, stats, e1071, gbm, glmnet, nnet, randomForest, rpart,
rsample, ROCR, yardstick, cluster (&gt;= 2.1.0), dbscan (&gt;=
1.1.0), MASS, smacof (&gt;= 2.1.0)</dc:relation>
  <dc:relation>Suggests: arules, arulesViz, bigrquery, car, DBI, DT, GGally, ggforce,
gridExtra, gt, jsonlite, keras, knitr, lmtest, moments,
nanoparquet, NeuralNetTools, paws.storage, readr, readxl,
RMariaDB, rmarkdown, RPostgres, rpart.plot, RSQLite, scales,
shiny, shinydashboard, tensorflow, testthat (&gt;= 3.1.7), xgboost</dc:relation>
  <dc:creator>Cesaire Tobias &lt;cesaire@sheetsolved.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Cesaire Tobias [aut, cre]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=tidylearn/LICENSE)</dc:rights>
  <dc:date>2026-08-03</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=tidylearn</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.tidylearn</dc:identifier>
</oai_dc:dc>
