Hello
Am getting the following messages when i run pf.create_bayesian_tear_sheet():
Running T model
Auto-assigning NUTS sampler...
Initializing NUTS using jitter+adapt_diag...
Multiprocess sampling (2 chains in 2 jobs)
NUTS: [nu_minus_two_log_, volatility_log_, mean returns]
100%|██████████| 2500/2500 [00:09<00:00, 273.88it/s]
INFO (theano.gof.compilelock): Waiting for existing lock by process '1015' (I am process '1673')
INFO (theano.gof.compilelock): To manually release the lock, delete /Users/steffen/.theano/compiledir_Darwin-17.6.0-x86_64-i386-64bit-i386-3.6.5-64/lock_dir
The acceptance probability does not match the target. It is 0.9429128220005182, but should be close to 0.8. Try to increase the number of tuning steps.
The acceptance probability does not match the target. It is 0.9473825385101929, but should be close to 0.8. Try to increase the number of tuning steps.
100%|██████████| 2000/2000 [00:01<00:00, 1048.09it/s]
Finished T model (required 99.26 seconds).
Running BEST model
Auto-assigning NUTS sampler...
Initializing NUTS using jitter+adapt_diag...
Multiprocess sampling (2 chains in 2 jobs)
NUTS: [nu_minus_two_log_, group2_std_interval, group1_std_interval_, group2_mean, group1_mean]
100%|██████████| 2500/2500 [00:31<00:00, 79.53it/s]
The acceptance probability does not match the target. It is 0.9702583846031229, but should be close to 0.8. Try to increase the number of tuning steps.
The acceptance probability does not match the target. It is 0.9931941892844904, but should be close to 0.8. Try to increase the number of tuning steps.
Finished BEST model (required 49.82 seconds).
Finished plotting Bayesian cone (required 0.06 seconds).
No handles with labels found to put in legend.
Finished plotting BEST results (required 0.56 seconds).
Finished computing Bayesian predictions (required 0.05 seconds).
Finished plotting Bayesian VaRs estimate (required 0.03 seconds).
Running alpha beta model
Auto-assigning NUTS sampler...
Initializing NUTS using jitter+adapt_diag...
Multiprocess sampling (2 chains in 2 jobs)
NUTS: [beta, alpha, nu_minus_two_log_, sigma_log_]
100%|██████████| 2500/2500 [00:08<00:00, 287.35it/s]
The acceptance probability does not match the target. It is 0.943993774763292, but should be close to 0.8. Try to increase the number of tuning steps.
The acceptance probability does not match the target. It is 0.8949906122538989, but should be close to 0.8. Try to increase the number of tuning steps.
How can I increase the number of tuning steps? tried to pass in tune but that doesnt work.
Cheers, Steffen