r

Create API for Machine Learning Model with R

Why an API ?! APIs allow machine learning models to be implemented in many different ways in production connecting the model and its results with so many apps in the…

Read more

Classification with R

Using Logistic Regression algorithm to classify diabetic and non-diabetic patients based on some analysis results Github Link: https://github.com/MNoorFawi/classification-with-R first we import the libraries prepare the data and look at it.…

Read more

Feature Engineering and Selection with R

Feature Engineering & Selection with R One of the most important steps in any Data Science project, or rather the most important one, is data cleaning and transformation. It's said…

Read more

Association Rules with R

Association Rules with R Market Basket Analysis with R Doing Market Basket Analysis using Apriori Algorithm to recommend items that are frequently bought together to do up-sale using R and…

Read more