Closed lucasfbn closed 2 years ago
Objectives
2
scale_sentiment_data_daywise
False
Steps
[x] Make dashboard
[x] Plot timeseries
[x] Plot time lagged cross correlation
[x] Plot max tlcc of common combinations
[x] Plot bulk data statistics
[x] Make sure interpretation is correct
Yes. Can be tracked by shifting a dataframe:
df = pd.Series(range(10)) df = df.shift(-2)
The resulting dataframe will be shifted "backwards". E.g. the cross correlation will also be calculated with the backwards shifted y timeseries.
[x] Make new dataset without that many constraints (e.g. lower ticker_min_len)
ticker_min_len
scale_sentiment_data_daywise=False
scale_sentiment_data_daywise=True Basically same as above.
scale_sentiment_data_daywise=True
Find optimal parameters for preprocessing, #106
Objectives
2
to make sure:scale_sentiment_data_daywise
(e.g. whether of not to scale the sentiment data daywise)False
for now.Steps
[x] Make dashboard
[x] Plot timeseries
[x] Plot time lagged cross correlation
[x] Plot max tlcc of common combinations
[x] Plot bulk data statistics
[x] Make sure interpretation is correct
Yes. Can be tracked by shifting a dataframe:
The resulting dataframe will be shifted "backwards". E.g. the cross correlation will also be calculated with the backwards shifted y timeseries.
[x] Make new dataset without that many constraints (e.g. lower
ticker_min_len
)[x] Results
scale_sentiment_data_daywise=False
Correlation Offsetscale_sentiment_data_daywise=True
Basically same as above.