robolth
robolth
I believe the current naming conventions used for ```trend_scanning_labels()``` are misleading. This function in effect returns: - events (the 't1' column) just like the ```get_events()``` function - associated returns (the...
Change name of first argument in get_weights_by_return() and get_weights_by_time_decay() for clarity
I suggest changing the name of the first argument of ```get_weights_by_return()``` and ```get_weights_by_time_decay()``` from this: ``` get_weights_by_return(triple_barrier_events, close_series, num_threads=5) get_weights_by_time_decay(triple_barrier_events, close_series, num_threads=5, decay=1) ``` to this: ``` get_weights_by_return(events, close_series, num_threads=5)...
Moving a file to a NAS Server triggers an error. The file is copied, but the original is not removed. This did not happen with v2. I believe this is...