About 7,810,000 results
Open links in new tab
  1. Difference between scikit-learn and sklearn (now deprecated)

    Regarding the difference sklearn vs. scikit-learn: The package "scikit-learn" is recommended to be installed using pip install scikit-learn but in your code imported using import sklearn. A bit …

  2. How to install and use scikit-learn in Python - Stack Overflow

    Note upfront: I tried following suggestions in other threads, but so far, haven't found anything that helps (1, 2) I received a pandas file that I would like to run on my machine. In the beginning...

  3. Save a decision tree model in scikit-learn - Stack Overflow

    I'm building a decision tree using Scikit-Learn in Python. I've trained the model on a particular dataset and now I want to save this decision tree so that it can be used later. How to do this?

  4. python - Error with pip install scikit-image - Stack Overflow

    I am using Windows 8.1 64 bit and Python 2.7. While trying to install scikit-image from the shell pip install scikit-image I have encountered this error: Command "python setup.py egg_info" failed

  5. How to save a trained model by scikit-learn? [duplicate]

    May 13, 2019 · Closed 4 years ago. I am trying to re-create the prediction of a trained model but I don't know how to save a model. For example, I want to save the trained Gaussian processing …

  6. python - Error Installing scikit-learn - Stack Overflow

    I had to upgrade pip before installing scikit-learn. Installing scikit-learn with root privileges solved the problem. Thank You.

  7. How to perform under sampling in scikit learn? - Stack Overflow

    Mar 23, 2015 · How to perform under sampling in scikit learn? Asked 10 years, 8 months ago Modified 1 year, 5 months ago Viewed 33k times

  8. Find p-value (significance) in scikit-learn LinearRegression

    Sep 8, 2021 · Find p-value (significance) in scikit-learn LinearRegression Asked 10 years, 10 months ago Modified 2 years ago Viewed 443k times

  9. python - Calling scikit-learn functions from C++ - Stack Overflow

    May 14, 2015 · Is there way to call scikit-learn's functions from c++? I have the rest of most my code in C++ with opencv. I would like to be able use the classifiers scikit-learn provides. As far …

  10. Scikit-learn is returning coefficient of determination (R^2) values ...

    Scikit-learn is returning coefficient of determination (R^2) values less than -1 Asked 11 years, 7 months ago Modified 1 year, 8 months ago Viewed 73k times