Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R] Remove demos #10750

Merged
merged 3 commits into from
Aug 26, 2024
Merged

[R] Remove demos #10750

merged 3 commits into from
Aug 26, 2024

Conversation

david-cortes
Copy link
Contributor

ref #9810
ref #9734 (comment)

This PR removes the R package demos for XGBoost.

Reason being: it's uncommon nowadays for people to look at demos. XGBoost has vignettes , in-docs examples, and tutorials in the docs website; all of which are more likely to be read by users. Moreover, some of the functionalities in the demo have become outdated with the changes that XGBoost has implemented since they were written (e.g. it now has support for categorical features and data frames), and some of the demos have already been removed due to being broken (e.g. interaction with the library 'caret', which is deprecated already and not meant to be used).

It might be worth it in the future to add some of those back as additional snippets in vignettes, but given the limited manpower available, removing them is going to make progress on the R interface faster.

@trivialfis
Copy link
Member

Hi, could you please help remove the related CI tests as well?

@david-cortes
Copy link
Contributor Author

Hi, could you please help remove the related CI tests as well?

Removed.

@trivialfis trivialfis merged commit 12c6b7c into dmlc:master Aug 26, 2024
25 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants