We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb3339 commit a54eebcCopy full SHA for a54eebc
BCN/BCNClassifier.py
@@ -56,7 +56,7 @@
56
try:
57
bcn = importr("bcn")
58
except Exception as e:
59
- bcn = importr("bcn", lib_loc = StrVector(['bcn_r']))
+ bcn = importr("bcn", lib_loc = 'bcn_r')
60
stats = importr("stats")
61
utils = importr("utils")
62
BCN/BCNRegressor.py
0 commit comments