Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 951 - 960 of 2,960 for 1 (0.08 sec)

  1. __sklearn_is_fitted__ as Developer API — scikit...

    scikit-learn 1.6 Release Highlights for scikit-learn 1.6 Metadata...__init__ ( self , parameter = 1 ): self . parameter = parameter...
    scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html
    Mon Apr 21 17:07:39 UTC 2025
      90.4K bytes
      Cache
     
  2. Bisecting K-Means and Regular K-Means Performan...

    1 ], s = 10 , c = algo . labels_...centers [:, 0 ], centers [:, 1 ], c = "r" , s = 20 ) axs [ j...
    scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html
    Mon Apr 21 17:07:38 UTC 2025
      90.3K bytes
      Cache
     
  3. weighted_mode — scikit-learn 1.6.1 documentation

    1 , 4 , 2 , 4 , 2 ] >>> weights = [ 1 , 1 , 1 , 1 , 1 , 1...distribution. >>> weights = [ 1 , 3 , 0.5 , 1.5 , 1 , 2 ] # deweight the...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Mon Apr 21 17:07:40 UTC 2025
      108.9K bytes
      Cache
     
  4. make_friedman3 — scikit-learn 1.6.1 documentation

    1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3...arctan (( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html
    Mon Apr 21 17:07:39 UTC 2025
      110.9K bytes
      Cache
     
  5. calibration_curve — scikit-learn 1.6.1 document...

    1 , 1 , 1 , 1 , 1 ]) >>> y_pred = np . array ([ 0.1 , 0.2...positive class. Added in version 1.1. n_bins int, default=5 Number...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html
    Mon Apr 21 17:07:39 UTC 2025
      110.4K bytes
      Cache
     
  6. get_scorer — scikit-learn 1.6.1 documentation

    1 , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>> y = np...np . array ([ 0 , 1 , 1 , 0 , 1 ]) >>> classifier = DummyClassifier...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Mon Apr 21 17:07:40 UTC 2025
      109.7K bytes
      Cache
     
  7. sigmoid_kernel — scikit-learn 1.6.1 documentation

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...defaults to 1.0 / n_features. coef0 float, default=1 Constant offset...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html
    Mon Apr 21 17:07:39 UTC 2025
      108.1K bytes
      Cache
     
  8. ndcg_score — scikit-learn 1.6.1 documentation

    1.1 , 1. , .5 , .0 ]]) >>> ndcg_score...scores = np . asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Mon Apr 21 17:07:39 UTC 2025
      114.1K bytes
      Cache
     
  9. Probability calibration of classifiers — scikit...

    51 )[ 1 :: 2 ], y_test [ order ] . reshape ( 25 , - 1 ) . mean...] = 0 y [ n_samples // 2 :] = 1 sample_weight = np . random ....
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Mon Apr 21 17:07:38 UTC 2025
      109.3K bytes
      Cache
     
  10. 4. Inspection — scikit-learn 1.6.1 documentation

    1.1. Partial dependence plots 4.1.2. Individual...expectation (ICE) plot 4.1.3. Mathematical Definition 4.1.4. Computation...
    scikit-learn.org/stable/inspection.html
    Mon Apr 21 17:07:39 UTC 2025
      32.8K bytes
      Cache
     
Back to top