Package: fastml
Type: Package
Title: Fast Machine Learning Model Training and Evaluation
Version: 0.3.0
Authors@R: c(person("Selcuk", "Korkmaz", email="selcukorkmaz@gmail.com", role=c("aut", "cre"),
                    comment = c(ORCID = "0000-0003-4632-6850")), 
             person("Dincer", "Goksuluk", email="dincer.goksuluk@gmail.com", role="aut",
                    comment = c(ORCID = "0000-0002-2752-7668")))
Description: Streamlines the training, evaluation, and comparison of multiple machine learning models with minimal code by providing 
            comprehensive data preprocessing and support for a wide range of algorithms with hyperparameter tuning. 
            It offers performance metrics and visualization tools to facilitate efficient and effective machine learning workflows.
License: GPL (>= 2)
Encoding: UTF-8
Imports: recipes, dplyr, ggplot2, reshape2, rsample, parsnip, tune,
        workflows, yardstick, tibble, rlang, dials, RColorBrewer,
        baguette, bonsai, discrim, doFuture, finetune, future, plsmod,
        probably, viridisLite, DALEX, magrittr
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, C50, glmnet, xgboost,
        ranger, crayon, kernlab, keras, lightgbm, rstanarm
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-12-16 22:24:32 UTC; selcukkorkmaz
Author: Selcuk Korkmaz [aut, cre] (<https://orcid.org/0000-0003-4632-6850>),
  Dincer Goksuluk [aut] (<https://orcid.org/0000-0002-2752-7668>)
Maintainer: Selcuk Korkmaz <selcukorkmaz@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-16 22:40:02 UTC
