About 57 results
Open links in new tab
  1. scikit-learn: machine learning in Python — scikit-learn 1.8.0 …

    scikit-learn Machine Learning in Python Getting Started Release Highlights for 1.8

  2. User Guide — scikit-learn 1.8.0 documentation

    Jan 1, 2010 · 9. Computing with scikit-learn 9.1. Strategies to scale computationally: bigger data 9.1.1. Scaling with instances using out-of-core learning 9.2. Computational Performance 9.2.1. Prediction …

  3. Installing scikit-learn — scikit-learn 1.8.0 documentation

    Install the version of scikit-learn provided by your operating system or Python distribution. This is a quick option for those who have operating systems or Python distributions that distribute scikit-learn.

  4. Examples — scikit-learn 1.8.0 documentation

    This is the gallery of examples that showcase how scikit-learn can be used. Some examples demonstrate the use of the API in general and some demonstrate specific applications in tutorial form.

  5. Getting Started — scikit-learn 1.8.0 documentation

    Scikit-learn is an open source machine learning library that supports supervised and unsupervised learning. It also provides various tools for model fitting, data preprocessing, model selection, model …

  6. API Reference — scikit-learn 1.8.0 documentation

    This is the class and function reference of scikit-learn. Please refer to the full user guide for further details, as the raw specifications of classes and functions may not be enough to give full guidelines …

  7. 1. Supervised learning — scikit-learn 1.8.0 documentation

    Jan 1, 2010 · Linear Models- Ordinary Least Squares, Ridge regression and classification, Lasso, Multi-task Lasso, Elastic-Net, Multi-task Elastic-Net, Least Angle Regression, LARS Lasso, Orthogonal …

  8. 1.4. Support Vector Machines — scikit-learn 1.8.0 documentation

    The support vector machines in scikit-learn support both dense (numpy.ndarray and convertible to that by numpy.asarray) and sparse (any scipy.sparse) sample vectors as input. However, to use an SVM …

  9. GridSearchCV — scikit-learn 1.8.0 documentation

    Read more in the User Guide. Parameters: estimatorestimator object This is assumed to implement the scikit-learn estimator interface. Either estimator needs to provide a score function, or scoring must be …

  10. 1.9. Naive Bayes — scikit-learn 1.8.0 documentation

    All naive Bayes classifiers support sample weighting. Contrary to the fit method, the first call to partial_fit needs to be passed the list of all the expected class labels. For an overview of available strategies in …