Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1571 - 1580 of 4,885 for * (1.8 sec)

  1. AdaBoostClassifier scikit-learn 1.7.1 documen...

    Boosting, 1995. [ 2 ] J. Zhu, H. Zou, S. Rosset, T. Hastie, Multi-class...rs=100, random_state=0) >>> clf . predict ([[ 0 , 0 , 0 , 0 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Tue Aug 05 13:16:24 UTC 2025
      157.8K bytes
      Cache
     
  2. kmeans_plusplus scikit-learn 1.7.1 documentation

    np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ],...centers array([[10, 2], [ 1, 0]]) >>> indices array([3, 2]) Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Tue Aug 05 13:16:29 UTC 2025
      111.2K bytes
      Cache
     
  3. getting_started.rst.txt

    StandardScaler().fit(X).transform(X) array([[-1., 1.], [ 1., -1.]]) Sometimes,...make_pipeline( ... StandardScaler(), ... LogisticRegression() ... ) ......
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Tue Aug 05 13:16:24 UTC 2025
      10.2K bytes
      1 views
     
  4. DecisionTreeClassifier scikit-learn 1.7.1 doc...

    be [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The balanced mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Tue Aug 05 13:16:29 UTC 2025
      173.2K bytes
      Cache
     
  5. OPTICS scikit-learn 1.7.1 documentation

    [‘cityblock, cosine, euclidean, l1, l2, manhattan] from...‘chebyshev, correlation, dice, hamming, jaccard, kulsinski’,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Tue Aug 05 13:16:23 UTC 2025
      136K bytes
      Cache
     
  6. mean_pinball_loss scikit-learn 1.7.1 document...

    mean_pinball_loss ( y_true , [ 1 , 2 , 4 ], alpha = 0.9 ) 0.03... >>> mean_pinball_loss...1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>> mean_pinball_loss ( y_true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html
    Tue Aug 05 13:16:29 UTC 2025
      114.1K bytes
      Cache
     
  7. make_sparse_spd_matrix scikit-learn 1.7.1 doc...

    array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0.,...[0., 0., 0., 1.]]) Gallery examples # Sparse inverse covariance...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_spd_matrix.html
    Tue Aug 05 13:16:23 UTC 2025
      110.8K bytes
      Cache
     
  8. OrthogonalMatchingPursuit scikit-learn 1.7.1 ...

    12. (December 1993), pp. 3397-3415. ( https://www.di.ens.fr/~m...OrthogonalMatchingPu () . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Tue Aug 05 13:16:29 UTC 2025
      134K bytes
      2 views
      Cache
     
  9. LogisticRegression scikit-learn 1.7.1 documen...

    the liblinear library, newton-cg, sag, saga and lbfgs’...details. solver {lbfgs, liblinear, newton-cg, newton-cholesky’,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Tue Aug 05 13:16:23 UTC 2025
      191.6K bytes
      Cache
     
  10. decomposition.rst.txt

    tion.py` .. _IncrementalPCA: Incremental PCA ---------- The :class:`PCA`...the SVD. .. figure:: ../auto_examples/decomposition/images/sphx...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Tue Aug 05 13:16:23 UTC 2025
      45.8K bytes
      6 views
     
Back to top