The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Time Series Analysis OR Classifications?
I have a time series dataset of the # of cell phone connections sorted by 2G, 3G & 4G technology platforms. In addition, I have data on cell phone storage bandwidths, processor speeds and camera megapixel bands over the same time period. I want to determine which cell phone feature (ie. storage b/w, processor speed and/or megapixel b/w) can predict the growth or decline in cell phone connections for all technology platforms. Not certain which statistical models works best? Any help or advice is appreciated.
Tagged:
2
Answers
If your data have time-related components, you can create a time series processing (using appropriate windowing operators) and then use classification models to predict the growth or decline in connections. To get the feature importance, there are multiple ways, algorithm-specific importances can be given by Gradient boosted Tree and Random Forest. You can also look at the Explain predictions operator that provides feature importances for individual observations in your dataset, we calculate global weights from these local importances and use them as well to explain the overall importance of each feature based on the local importances.
Here is one great explanation from @tftemme related to time series processing
https://rapidminer.com/resource/time-series-analysis/
Hope this helps. Please inform us if you are looking for any specific information.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Scott