Meaningful predictive analytics for small (n=114) dataset with just 1 explanatory variable and 1 response variable?
I am given an Excel pivot table that aggregates data from a somewhat sizable data source (a database table with 1.9m records and another of about 490k). The data within the Excel file consists of 3 columns: dates of Mondays which represent their respective weeks, quantity of items, and number of shipments (that it takes for the quantity of items). I am supposed to concoct a model that predicts the number of shipments that would be required for a given quantity of items in the future. What models could I implement for such a small dataset with just 1 explanatory and 1 response variable? I know the run-of-the-mill linear regression with a confidence interval would be a start but the data has a dense cluster and then sparse data with some positive correlation. The color bar represents the date (purple is earlier, yellow is most recent)
Topic regression python predictive-modeling machine-learning
Category Data Science