Dear all
When I try to do pyfolio analysis in Backtest Notebook or in Research Notebook using this
bt = get_backtest('MY_BT_NUMBER')
bt.create_full_tear_sheet(bayesian=True, live_start_date='YYYY-MM-DD')
I see the warning
"Bayesian tearsheets are no longer supported in research or pyfolio"
Why? Is there any way to do Bayesian analysis on my BT at the moment or if not any plans to return this in the foreseeable future?