Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
md-shafiul-alam committed Oct 11, 2024
1 parent 32955d4 commit 2bf51fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearnex/basic_statistics/basic_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import warnings

import numpy as np
from fromonedal.utils import _is_csr
from onedal.utils import _is_csr
from sklearn.base import BaseEstimator
from sklearn.utils import check_array
from sklearn.utils.validation import _check_sample_weight
Expand Down

0 comments on commit 2bf51fb

Please sign in to comment.