Skip to content

A Python Wrapper code around the Dwave Feature Selection tutorial from their learning resources.

Notifications You must be signed in to change notification settings

SwapnilBhosale/dwave-feature-selection-wrapper

 
 

Repository files navigation

dwave-feature-selection-wrapper

A Python Wrapper code around the Dwave Feature Selection tutorial from their learning resources. Example Data Set used: IEEE BigData 2019 Cup: Suspicious Network Event Recognition

Usage

The Tabu Sampler and Simmulater Annealer can also be run.

qfs = QuantumFeatureSelection(is_notebook=False)
qfs.tabu_sampler()
qfs.simulated_annealing()
#qfs.token = "TOKEN"
qfs.dwave_physical_DW_2000Q_5()

Screenshots:

image

image

image

About

A Python Wrapper code around the Dwave Feature Selection tutorial from their learning resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 2.7%