Time Series Processing Using Regression
Project description
# Precessing timeseries problems using Regression This is a simple framework to process multi-variable timeseries dataset using regression.<br>
Most time series analysis methods focus on single variable data. It’s simple to understand<br> and work with such data. But sometimes our time series dataset may containe multi-varibles.<br> For example, in marketing analysis, profit of a day may not only be decided by the number<br> of customers, but also depend on campaign, CM and so on.<br> It is harder to model such problems and often many of the classical methods do not perform<br> well.<br>
Since regression methods are good at processing multivarible, we can simply turn our timeseries<br> dataset into training dataset for regression by exluding time columns.<br>
## Restrictions In general when using regression methods, timeseries data for your independent variables must be<br> avaliable to make predicitons.<br>
## How to use See example.ipynb
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file timeseriesprocessing-0.0.1.tar.gz.
File metadata
- Download URL: timeseriesprocessing-0.0.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c741d0a1364404586a592ea9b20485550a0397b6f7841a37ad57e955604d88a2
|
|
| MD5 |
1453696bb435ef0d88661a2f79209a1c
|
|
| BLAKE2b-256 |
d64acb435b0f863286ee3023fca53f7aed09c145d78775ba4786876f0e6475ea
|