For the practical example, you are given a data set of products in which the company wishes to determine which products it should continue to sell, and which products to remove from their inventory. The file contains historical sales data and active inventory, which can be discerned with the column titled "File Type".
If you apply big data analytics methods on this dataset (eg decision tree, logistic regression, or some other machine learning model) you can help the company generate a value (i.e., probability score) for each product, that can be used as the main determinant when evaluating the inventory. Each row in the file represents one product. There are many products in this dataset and few of them tend to sell (only about 10% sell each year) and many of the products are sold only once in a year.
The file contains historical sales data (identified with the column titled File_Type) along with current active inventory that should be evaluated (i.e., File Type = "Active"). The historical data shows sales for the past 6 months. The binary target (1 = sale, 0 = no sale in past six months) is likely the primary target that should drive your analysis. Other columns contain numeric and categorical attributes that are considered relevant to sales.
When you analyse this data, you will observe that some of the SKUs with historical sales are also included in the active inventory. The company keeps a record of the following attributes, but not all of them would be relevant to your analysis.
Please develop a model that will provide this company with a probability estimate of a sale for each of their SKU. Please provide an evaluation of the accuracy of your selected model.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of