Skip to content

Commit f39c077

Browse files
lpfanndanielhomola
authored andcommitted
fix missing whitespace (scikit-learn-contrib#68)
1 parent f01f97c commit f39c077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boruta/boruta_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def _get_imp(self, X, y):
410410
try:
411411
self.estimator.fit(X, y)
412412
except Exception as e:
413-
raise ValueError('Please check your X and y variable. The provided'
413+
raise ValueError('Please check your X and y variable. The provided '
414414
'estimator cannot be fitted to your data.\n' + str(e))
415415
try:
416416
imp = self.estimator.feature_importances_

0 commit comments

Comments
 (0)