MLJAR R API
[This article was first published on MLJAR Blog Category: R, 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.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Hi! We have added R API for mljar – so you can run sklearn, xgboost, lightGBM, Keras, RGF from one R line 🙂 Please check it on: https://github.com/mljar/mljar-api-R
A simple R wrapper for mljar.com API. It allows MLJAR users to create Machine Learning models with few lines of code:
That’s all folks! Yeah, I know, this makes Machine Learning super easy! You can use this code for following Machine Learning tasks:
- Binary classification (your target has only two unique values)
- Regression (your target value is continuous)
For more details please check our github.
For more interesting R resources please check r-bloggers.
To leave a comment for the author, please follow the link and comment on their blog: MLJAR Blog Category: R.
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.