Skip to content

Commit

Permalink
rerun notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Meraldo Antonio committed Dec 6, 2024
1 parent 4f5fe20 commit 4b10f59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/bayesian/02_BayesianLinearRegressor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1490,9 +1490,7 @@
"train_data = train_data.sort_values(by=\"feature1\")\n",
"train_data = train_data.reset_index(drop=True)\n",
"\n",
"bayes_model_200 = BayesianLinearRegressor(\n",
" prior_config={\"intercept\": elicited_prior}\n",
")\n",
"bayes_model_200 = BayesianLinearRegressor(prior_config={\"intercept\": elicited_prior})\n",
"bayes_model_200.fit(X_train, y_train)"
]
},
Expand Down

0 comments on commit 4b10f59

Please sign in to comment.