BigAndSweet

Results 2 issues of BigAndSweet

I try examples/data_demo/data_cache_demo.py with benchmarks/TRA/workflow_config_tra_Alpha158.yaml, and only get handler.pkl. It is only an object of class Alpha158 rather than the features. I want to dump the features into local disk,...

question

group.sort_values(by='LABEL0', ascending=False) does not change anything of group. Even if we use group.sort_values(by='LABEL0', ascending=False, inplace=True) to change group, then what is its purpose? It seems I cannot find the necessarity...