Package: catboost
Title: Gradient Boosting on Decision Trees
Version: 1.0.4
RoxygenNote: 7.1.1
Imports: jsonlite
License: Apache License (== 2.0)
Description: Open-source gradient boosting on decision trees with categorical
  features support out of the box.
Authors@R: c(
    person("Nikita", "Dmitriev", role = "aut"),
    person("Andrey", "Gulin", role = "aut",
      comment = "Chief researcher, author of the algorithm and of the first implementation"),
    person("Anna Veronika", "Dorogush", role = "aut"),
    person("Stanislav", "Kirillov", role = "cre", email = "staskirillov@gmail.com"),
    person("Victor", "Omelyanenko", role = "aut"),
    person("Evgueni", "Petrov", role = "aut"),
    person("Andrey", "Mishenko", role = "aut"),
    person("Pavel", "Kalinin", role = "aut"),
    person("Vyacheslav", "Alipov", role = "aut"),
    person("Egor", "Samosvat", role = "aut"),
    person("Alexander", "Kobotov", role = "aut"),
    person("Dmitry", "Schelchkov", role = "aut"),
    person("Vasily", "Ershov", role = "aut",
      comment = "GPU implementation"),
    person("Vyacheslav", "Murashkin", role = "aut",
      comment = "R Package"),
    person("Roman", "Nefyodov", role = "aut", comment = "R Package"),
    person("Anastasia", "Bezzubtseva", role = "aut",
      comment = "R Package"),
    person("Alexey", "Gorchakov", role = "aut",
      comment = "R Package"),
    person("Ivan", "Karev", role = "aut", comment = "Visualisation"),
    person("Sergey", "Berezhnoy", role = "aut", comment = "Visualisation"),
    person("Roman", "Rybalchenko", role = "aut", comment = "Visualisation"),
    person("Valeriy", "Babushkin", role = "aut",
      comment = "Tutorials"),
    person("Mikhail", "Pershin", role = "aut",
      comment = "Tutorials"),
    person("Emil", "Kayumov", role = "aut",
      comment = "Tutorials"),
    person("Evgeny", "Eltyshev", role = "aut", comment = "Tutorials"),
    person("Alexander", "Baranov", role = "aut", comment = "CoreML support"),
    person("Dmitry", "Oganesyan", role = "aut",
      comment = "R Package"),
    person("CatBoost DevTeam", role = c("aut", "cph")),
    person("WLOG Solutions", role = "ctb",
      comment = "R package preparation for CRAN submission"),
    person("Dmitry", "Baksheev", role = "aut")
    )
Author: CatBoost DevTeam [aut, cre]
Maintainer: Stanislav Kirillov <staskirillov@gmail.com>
URL: https://catboost.ai/, https://github.com/catboost/catboost
BugReports: https://github.com/catboost/catboost/issues
Suggests: caret, testthat, tibble, e1071
Biarch: FALSE
Encoding: UTF-8
Built: R 4.1.2; ; 2022-01-14 18:03:26 UTC; windows
