Skip to content

Commit

Permalink
Update _stump_classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 24, 2024
1 parent 0cbf5b2 commit 4865284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlsauce/stump/_stump_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sklearn.base import ClassifierMixin

import pyximport; pyximport.install()
import _stumpc as stumpc
from . import _stumpc as stumpc


class StumpClassifier(BaseEstimator, ClassifierMixin):
Expand Down

0 comments on commit 4865284

Please sign in to comment.