We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415e6df commit be7787bCopy full SHA for be7787b
pymc_experimental/bart/pgbart.py
@@ -56,7 +56,6 @@ class PGBART(ArrayStepShared):
56
stats_dtypes = [{"variable_inclusion": np.ndarray, "bart_trees": np.ndarray}]
57
58
def __init__(self, vars=None, num_particles=40, max_stages=100, batch="auto", model=None):
59
- _log.warning("BART is experimental. Use with caution.")
60
model = modelcontext(model)
61
initial_values = model.compute_initial_point()
62
if vars is None:
0 commit comments