Using an R Dataframe as a Power BI source

Power BI can use a wide variety of data sources. This is one of the things that makes it very powerful. In this post I show how you can use an R script as a data source. If you have folks in your team that can program R you can take advantage of the power […]

Making a Classification Prediction with Neural Networks

In this post I give an example of making a prediction with R stats for a type of business problem that requires a classification prediction. The business question being answered is to evaluate the safety standard of cars based on certain parameters and classify them to predict Car Acceptability. This data is obtained from UCI Machine […]