Skip to content

Commit 71ef0fb

Browse files
authored
Merge pull request #31 from vgoliber/main
Update to standard template
2 parents 4a3e437 + 71c68d9 commit 71ef0fb

23 files changed

+2111
-432
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
__pycache__
1+
__pycache__
2+
assets/__generated_theme.css
3+
cache

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
This demo showcases feature selection using a nonlinear (NL) model
88
or a constrained quadratic model (CQM) via
99
[D-Wave's scikit-learn plug-in](https://github.com/dwavesystems/dwave-scikit-learn-plugin).
10+
11+
![Demo Example](static/demo.png)
12+
1013
The demo can be used with two different datasets:
1114

1215
- `titanic`: This is a well-known dataset based on passenger survival from the
@@ -55,7 +58,7 @@ Your development environment should be configured to access the
5558
[Leap™ quantum cloud service](https://docs.dwavequantum.com/en/latest/ocean/sapi_access_basic.html).
5659
You can see information about supported IDEs and authorizing access to your Leap
5760
account
58-
[here](https://docs.dwavequantum.com/en/latest/leap_sapi/dev_env.html).
61+
[here](https://docs.dwavequantum.com/en/latest/ocean/leap_authorization.html).
5962

6063
Run the following terminal command to start the Dash application:
6164

@@ -64,6 +67,17 @@ python app.py
6467
```
6568

6669
Access the user interface with your browser at http://127.0.0.1:8050/.
70+
71+
The demo program opens an interface where you can configure problems and submit these problems to
72+
a solver.
73+
74+
Configuration options can be found in the [demo_configs.py](demo_configs.py) file.
75+
76+
> [!NOTE]\
77+
> If you plan on editing any files while the application is running, please run the application
78+
with the `--debug` command-line argument for live reloads and easier debugging:
79+
`python app.py --debug`
80+
6781
A dropdown menu is provided to choose the dataset.
6882

6983
To visualize feature redundancy, first activate the "Show redundancy" check box.

0 commit comments

Comments
 (0)