1. Sales Trend Forecasting
Marketing AnalystBackground
A marketing team wants to understand how advertising spend and seasonal pricing changes affect monthly sales volume.
Problem
Need to determine the impact of each variable and predict sales for the upcoming quarter.
How to use
Upload the historical sales CSV, set 'sales' as the target column, and include 'advertising', 'price', and 'season' as features.
regressionType: multiple, confidenceLevel: 0.95, generatePredictions: trueOutcome
The tool provides regression coefficients for each factor and generates a list of predicted sales figures for the next three months.