added reverse traininig as split type in SplitTTS.py

This commit is contained in:
Tanushree Tunstall 2022-07-11 20:03:06 +01:00
parent 1965517681
commit 6950c4b057
2 changed files with 22 additions and 11 deletions

View file

@ -111,9 +111,9 @@ baz2 = pd.concat([baz, baz_df1], axis = 1)
a = pd.concat([bar2, baz2], axis = 1)
#%% test added split_types i.e none_with_bts and none_only
spl_type = 'none_with_bts'
spl_type = 'none_only'
spl_type = 'none_with_bts'
spl_type = 'rt'
#data_type = "actual"
data_type = "complete"