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.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme