GithubHelp home page GithubHelp logo

njtierney / broomstick Goto Github PK

View Code? Open in Web Editor NEW
28.0 10.0 1.0 91 KB

:evergreen_tree: broom helpers for decision tree methods (rpart, randomForest, and more!) :evergreen_tree:

Home Page: http://broomstick.njtierney.com/

License: Other

R 100.00%
decision-trees rpart broom rstats machine-learning statistical-learning gbm randomforest

broomstick's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mdlincoln

broomstick's Issues

Flesh out DESCRIPTION

  • title
  • Authors@R
  • Description
  • License

Also I'd decrement the version of Roxygen to the CRAN version, just to be friendly to other developers.

augment and integration with tidyroc

I am trying to pipe rpart output into the tidyroc package, but it relies on broom::augment().

The example pipe is:

glm(am ~ disp, 
  family = binomial,
  data = mtcars
  ) %>%
  augment() %>%
  make_roc(predictor = .fitted, known_class = am) %>%
  ggplot(aes(x = fpr, y = tpr)) + 
  geom_line()

Since all the tree based tidiers have been moved to broomstick, I tried that. Unfortunately, while broomstick::tidy() works, broomstick::augment() does not.

I was able to manually generate the required data frame, but is there a reason augment() is missing or is it just not ready yet?

xgboost tidiers

Hey Nicholas,

I'd like to add some tidiers for xgboost sometime this month - is this still under active development/the correct place to submit a PR?
If so, how's that sound?
Thanks!

tightening integration with tidymodels machinery

Hi there @njtierney! My coworker Hannah Frick said she had chatted with you about this package recently and you said you thought it might be time for some updates.

Would you be open to a few PRs to integrate this package and its machinery more closely with broom, bonsai, and modeltests? What are your thoughts on releasing this package to CRAN?

Happy to put in some effort here and can file a few issues to get discussion started on what I have in mind specifically, if you're up for it! No pressure from me if you're not looking to develop this package further / in this direction. :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.