Package: UAHDataScienceSC
Type: Package
Title: Learn Supervised Classification Methods Through Examples and
        Code
Version: 1.0.0
Authors@R: c(
                person(
                    "Víctor",
                    "Amador Padilla",
                    email = "victor.amador@edu.uah.es",
                    role = c("aut")
                ),
                person(
                    "Juan Jose",
                    "Cuadrado Gallego",
                    email = "jjcg@uah.es",
                    role = c("ctb"),
                    comment = c(ORCID = "0000-0001-8178-5556")
                ),
                person("Andriy",
                       "Protsak Protsak",
                       email = "andriy.protsak@edu.uah.es",
                       role = c("aut", "cre")),
                person(
                    "Universidad de Alcala",
                    role = c("cph")
                )
            )
Description: Supervised classification methods, which (if asked) can provide
    step-by-step explanations of the algorithms used, as described in
    PK Josephine et. al., (2021) <doi:10.59176/kjcs.v1i1.1259>; and datasets to
    test them on, which highlight the strengths and weaknesses of each technique.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 4.3.0)
Imports: cli (>= 3.6.1)
Suggests: knitr, rmarkdown
NeedsCompilation: no
VignetteBuilder: knitr
Packaged: 2025-02-14 15:13:26 UTC; andriy
Author: Víctor Amador Padilla [aut],
  Juan Jose Cuadrado Gallego [ctb]
    (<https://orcid.org/0000-0001-8178-5556>),
  Andriy Protsak Protsak [aut, cre],
  Universidad de Alcala [cph]
Maintainer: Andriy Protsak Protsak <andriy.protsak@edu.uah.es>
Repository: CRAN
Date/Publication: 2025-02-17 12:00:09 UTC
Built: R 4.6.0; ; 2025-08-18 05:15:45 UTC; unix
