@arunraina12 wrote:
While trying to import Sklearn an error is coming in Jupyter Notebook
from sklearn import preprocessing
or
from sklearn.preprocessing import MaxAbsScaler
from sklearn.preprocessing import StandardScaler
from sklearn.preprocessing import RobustScaler
from sklearn.preprocessing import Normalizer
from sklearn.preprocessing import QuantileTransformer
from sklearn.preprocessing import PowerTransformerImportError: DLL load failed: The specified module could not be found.
Can anyone help me out with it, I have already installed scikit-learn using Pip
Posts: 1
Participants: 1