Azure ML Studio - Predicting Monthly Sales

ning johnny zhao 1 Reputation point
2023-05-30T02:52:14.8233333+00:00

Hi there,

I’m trying to use Azure ML Studio to try and predict monthly sales performance. Below is a mock sample of my data uploaded onto Azure. What I want to do is predict the monthly sales for June and July (red font below). The only data available at this stage is the monthly sales from previous months.   Azure1

I’m a beginner to ML Studio, and have set up the pipeline as per below screenshot. I’ve chosen the boosted decision tree, and set a split ratio of 70%.

Pipeline3

Because I want to predict June, and July, I want the model to look at the preceding column values for each month in deriving its prediction. However, in the train model pop-up, I can only select one column – in the below screenshot, I’ve selected May 2023. Furthermore, when I run this model, I get a Compute job failed, with error in Split Data (see attached Split Data error message Split Data Error Message.txt).

Azure2

Can someone help me figure out what went wrong? Thank you!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,552 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,441 questions
{count} votes

2 answers

Sort by: Most helpful
  1. romungi-MSFT 41,861 Reputation points Microsoft Employee
    2023-05-30T13:32:21.01+00:00

    @ning johnny zhao I think the error as per your log:

    "ModuleExceptionMessage:InvalidDataset: Dataset is not valid. Input data type EXCEL_WORKBOOK is unrecognized."

    indicates that the data module connected to split data isn't a compatible format which split data module can use. Generally, data passed to split data needs to have selected columns with normalization to ensure the right split is used for training and the remaining for testing or validation. Based on the above screen shot it looks like you have not used some of these modules. If you have just started using Azure ML studio, I would recommend going through MS learn courses that have guided steps on using designer to build jobs and endpoints. In this case, a simple regression experiment can be built using this course. The course contains a hands-on lab that further explains the significance of using each step.

    Also, check out other learn courses to use Azure ML from the library.

    I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more