May 2021
DAY 18 – Customer Sales Order Delivery Time Prediction Using Random Forest Regression
We have seen in our previous blog posts Customer Price Prediction on Machine Learning Scikit Learn Linear Regression and Random Forest models. To implement data intelligence, these models can be used in any SAP ERP, SAP ...
DAY 15 – Customer Sales Order Delivery Time Prediction Using ML Linear Regression
We have seen in our previous blog posts Customer Price Prediction on Machine Learning Scikit Learn Linear Regression and Random Forest models. To implement data intelligence, these models can be used in any SAP ERP, SAP ...
April 2021
DAY 8 – Sales Order Delivery Days Prediction Using ML Decision Tree Regression
The decision trees are used to fit a sine curve with additional noisy observation. As a result, it learns local linear regressions approximating the sine curve. We can see that if the maximum depth of the ...
DAY 6 – Customer Price Prediction Using ML Random Forest Regression
In my previous blog, I have covered a blog on Customer Price Prediction using Linear Regression, but the mean squared error was showing more and not accurate. So, I thought to check how Customer Price prediction performs ...
DAY 2 – Fundamental Concepts of Machine Learning
What is Machine Learning? Machine learning (ML) is the study of computer algorithms that can improve automatically through experience and with the use of data. Machine Learning is considered a subdomain of Artificial Intelligence. Machine learning ...
DAY 1 – Predict Customer SO Price Using ML Supervised Learning: Expectations vs. Reality
Customer Sales Order price prediction is one of the biggest tasks in any real-time environment because it has many features that should be considered before giving a price to the customer for example. Customer in top tier ...