matsantoro

Results 3 issues of matsantoro

Hello. In create_all_features from chaos_detection.py, Pandarallel seems to not work with python 3.8. I get the following error. --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 df_res, X_betti_surfaces...

Update imports and add requirements as in #2.

In cross_validation.py, CrossValidate.cross_validate() has comparison between strings and pd.Timestamp (lines 140-147) if called as main. One can add df['date'] = pd.to_datetime(df['date']) on line 234. The function extract_features_for_prediction doesn't work when...