77This demo showcases feature selection using a nonlinear (NL) model
88or 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+
1013The 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&trade ; quantum cloud service] ( https://docs.dwavequantum.com/en/latest/ocean/sapi_access_basic.html ) .
5659You can see information about supported IDEs and authorizing access to your Leap
5760account
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
6063Run the following terminal command to start the Dash application:
6164
@@ -64,6 +67,17 @@ python app.py
6467```
6568
6669Access 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+
6781A dropdown menu is provided to choose the dataset.
6882
6983To visualize feature redundancy, first activate the "Show redundancy" check box.
0 commit comments