Research & Technology & Innovation | Software & Data & Cloud | Professor in Computer Science
Sep 13, 2020
Review
Hello Amina,
You need first to clearly identify the input data type (e.g. temporal data or not? seasonality or not?) and the analysis type (e.g., time series?, categories?, etc.). If you can answer these questions, that would be easier to help you identify the right tools (or Python libraries). If time series and Python, you have choice between Pendas/Statsmodels/Serima(x) (if seasonality) or deep learning techniques with Keras.