Generate ReportsΒΆ
Use OpeReport to save HTML reports and figures.
report = evaluate_ope(dataset=dataset, policy=policy)
report.plot_estimator_comparison()
report.save_html("report.html")
The HTML report embeds figures as base64 so it is portable.
Sample report preview: Sample HTML report.