Site icon R-bloggers

ConfusionTableR has made it to CRAN

[This article was first published on R Blogs – Hutsons-hacks, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

In my dusty GitHub repository, sitting there, was a gem of a tool for tidying the outputs of a machine learning classification model into a record and row-level view for storage in databases.

It has taken me time to get this to CRAN, as the dreaded closure, not subsettable, plagues me on the CRAN checks in devtools for many months. I have now had time to get to the bottom of these issues and now it is available for download on CRAN. Yippee! I am really excited about this one. It joins the growing list of packages I have created, or as my friend Chris Mainey tweeted:

Boom! Getting quite the @StatsGary -verse collection! pic.twitter.com/JuHWGrWlOr

— Chris Mainey (@chrismainey) July 10, 2021

This package joins the list of other packages now available on CRAN:

How do I use the new package?

I have made a tutorial Youtube video to show how to use the package. This video is available below:

Resources to support this video:

What’s next?

I plan to build this package out even further, as there are global variable importance charts I want to integrate into the tool. I also want to hook in the SQL writing solution in the package.

So watch out, as there is more in the ConfusionTableR space.

If you have a package or want some help getting a package funded, and work for health or social care, then the NHS-R community has what you need: https://nhsrcommunity.com/nhs-r-solutions/.

Signing off

This was a labour of love and getting it on to CRAN was the pinnacle. I think I have the R package submission bug now, as I crave writing packages when I have the PC switched off and I am dreaming of my next package idea. Perhaps I need help?

To leave a comment for the author, please follow the link and comment on their blog: R Blogs – Hutsons-hacks.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.