Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: .pdf google 機能 xml pdf pro deep mit db v

Results 401 - 410 of over 10,000 for 1 (0.96 seconds)

  1. randomized_svd — scikit-learn 1.8.0 docum...

    approximation problem described in [1] (problem (1.5), p5). Refer to Wikipedia...n_iter=0 or 1 should even work fine in theory (see [1] page 9)....
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html
    Mon Dec 15 15:02:31 GMT 2025
      118.2K bytes
      Cache
     
  2. 6. Visualizations — scikit-learn 1.8.0 do...

    1. Available Plotting Utilities # 6.1.1. Display Objects...the score (i.e. multiply by -1) if pos_label is not the last...
    scikit-learn.org/stable/visualizations.html
    Mon Dec 15 15:02:30 GMT 2025
      50.1K bytes
      Cache
     
  3. RFE — scikit-learn 1.8.0 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function...float, default=1 If greater than or equal to 1, then step corresponds...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Mon Dec 15 15:02:33 GMT 2025
      150.5K bytes
      Cache
     
  4. EllipticEnvelope — scikit-learn 1.8.0 doc...

    n_features + 1) / 2 * n_samples . Range is (0, 1). contamination...>>> # predict returns 1 for an inlier and -1 for an outlier >>>...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Mon Dec 15 15:02:30 GMT 2025
      147.3K bytes
      Cache
     
  5. OneToOneFeatureMixin — scikit-learn 1.8.0...

    This mixin assumes there’s a 1-to-1 correspondence between input...shape [ 1 ] ... return self >>> X = np . array ([[ 1 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.base.OneToOneFeatureMixin.html
    Mon Dec 15 15:02:31 GMT 2025
      110.1K bytes
      Cache
     
  6. KFold — scikit-learn 1.8.0 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...X = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Mon Dec 15 15:02:31 GMT 2025
      123.7K bytes
      Cache
     
  7. Caching nearest neighbors — scikit-learn ...

    = True ) n_neighbors_list = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ,...fig , axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Mon Dec 15 15:02:31 GMT 2025
      93.2K bytes
      Cache
     
  8. orthogonal_mp — scikit-learn 1.8.0 docume...

    ) >>> X [: 1 ,] @ coef array([-78.68]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html
    Mon Dec 15 15:02:31 GMT 2025
      112.9K bytes
      Cache
     
  9. RBF SVM parameters — scikit-learn 1.8.0 d...

    1 , 1e2 ] gamma_2d_range = [ 1e-1 , 1 , 1e1 ] classifiers...np.float64(1.0), 'gamma': np.float64(0.1)} with a score...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Mon Dec 15 15:02:33 GMT 2025
      118.9K bytes
      Cache
     
  10. cohen_kappa_score — scikit-learn 1.8.0 do...

    which is a number between -1 and 1. The maximum value means complete...function computes Cohen’s kappa [1] , a score that expresses the...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html
    Mon Dec 15 15:02:30 GMT 2025
      111.5K bytes
      Cache
     
Back to Top