Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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