From 7ad49e15b495ea4e1308d0889c6668382b838f22 Mon Sep 17 00:00:00 2001 From: Lawrence Wang <49839483+lwang94@users.noreply.github.com> Date: Fri, 29 Mar 2024 00:40:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a487854..145e21d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ This project will focus on trying to simulate the decision-making of a human res We will look at three hyperparameters that can be used to define the differences between a researcher and regular Bayesian Optimization: the number of features that can be processed, the degree of exploration vs exploitation, and the interpretability/complexity of the surrogate model. # Usage -Please run `BOv4.ipynb` to run the Bayesian Optimization over one set of hyperparameters. Once all hyperparameters have been run, please use `01-eda.ipynb` to plot the results. +Please go to the `src` folder and run `BOv4.ipynb` to run the Bayesian Optimization over one set of hyperparameters. Once all hyperparameters have been run, please use `01-eda.ipynb` to plot the results.