added reverse traininig as split type in SplitTTS.py
This commit is contained in:
parent
1965517681
commit
6950c4b057
2 changed files with 22 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue