Skip to content

Commit

Permalink
Merge pull request #25 from dwave-examples/fix/temporary-dependency-fix
Browse files Browse the repository at this point in the history
Scikit-learn dependency fix
  • Loading branch information
thisac authored Sep 13, 2024
2 parents 14ce0de + 45786a9 commit 9c2c8e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
from sklearn.ensemble import RandomForestClassifier
from sklearn.model_selection import cross_val_score

# TODO: temporary fix for circular import issue;
# remove when dwave-ocean-sdk>8 is released
import dwave.cloud.client

from dwave.plugins.sklearn import SelectFromQuadraticModel


Expand Down

0 comments on commit 9c2c8e9

Please sign in to comment.