code: Final t-drive experiment
This commit is contained in:
parent
a937791e8b
commit
94a8c391b4
@ -93,7 +93,7 @@ def main(args):
|
||||
mae_u[i] += lmdk_bgt.mae(seq, rls_data_u)/args.iter
|
||||
|
||||
# Adaptive
|
||||
rls_data_a, _, _ = lmdk_bgt.adaptive(seq, lmdks, bgt['epsilon'], .75, .25)
|
||||
rls_data_a, _, _ = lmdk_bgt.adaptive(seq, lmdks, bgt['epsilon'], .5, .5)
|
||||
mae_a[i] += lmdk_bgt.mae(seq, rls_data_a)/args.iter
|
||||
|
||||
# Event
|
||||
@ -150,7 +150,7 @@ def main(args):
|
||||
# Show plot
|
||||
# plt.show()
|
||||
# Save plot
|
||||
lmdk_lib.save_plot(path + '-.pdf')
|
||||
lmdk_lib.save_plot(path + '.pdf')
|
||||
print('[OK]', flush=True)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user