Skip to content

Commit e7126e1

Browse files
committed
Improvements
1 parent 412e99b commit e7126e1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DeepCAVE has two main contributions:
1010
```
1111
git clone https://github.com/automl/DeepCAVE.git
1212
cd DeepCAVE
13-
conda create -n DeepCAVE python=3.6
13+
conda create -n DeepCAVE python=3.9
1414
make install
1515
```
1616

@@ -45,6 +45,8 @@ with Recorder(configspace, objectives=["accuracy", "mse"]) as r:
4545
4646
## Visualizing and Evaluating
4747
48-
The webserver as well as the queue/workers can be started by running ``` ./run.sh ```. Everything
49-
else can be specified in the dashboard.
48+
The webserver as well as the queue/workers can be started by running ``` ./run.sh ```.
49+
Visit `http://127.0.0.1:8050/` to get started.
50+
51+
![interface](interface.png)
5052

interface.png

226 KB
Loading

0 commit comments

Comments
 (0)