Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 351 - 360 of over 10,000 for 1 (0.26 seconds)

Filter
  1. FeatureHasher and DictVectorizer Comparison — s...

    {'that': 1, 'is': 2, 'one': 2, 'example': 1, 'but': 1, 'this':...'this': 1, 'another': 1}) Observe in particular that the repeated token...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Mon Mar 23 20:39:20 UTC 2026
      21.2K bytes
      Cache
     
  2. GammaRegressor — scikit-learn 1.8.0 documentation

    alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Mon Mar 23 20:39:20 UTC 2026
      17.3K bytes
      Cache
     
  3. DetCurveDisplay — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...version 1.8: y_pred is deprecated and will be removed in 1.10. Use...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Mon Mar 23 20:39:20 UTC 2026
      16K bytes
      Cache
     
  4. Nearest Neighbors Classification — scikit-learn...

    feature_names [ 1 ], shading = "auto" , alpha =.... iloc [:, 0 ], X . iloc [:, 1 ], c = y , edgecolors = "k" )...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Mon Mar 23 20:39:20 UTC 2026
      16.2K bytes
      Cache
     
  5. precision_recall_fscore_support — scikit-learn ...

    beta = 1.0 , labels = None , pos_label = 1 , average = None...score reaches its best value at 1 and worst score at 0. The F-beta...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Mon Mar 23 20:39:23 UTC 2026
      15.8K bytes
      Cache
     
  6. Caching nearest neighbors — scikit-learn 1.8.0 ...

    = 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 Mar 23 20:39:20 UTC 2026
      15.8K bytes
      Cache
     
  7. v_measure_score — scikit-learn 1.8.0 documentation

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Mon Mar 23 20:39:20 UTC 2026
      15.4K bytes
      Cache
     
  8. MissingIndicator — scikit-learn 1.8.0 documenta...

    1 , 3 ], ... [ 4 , 0 , np . nan ], ... [ 8 , 1 , 0 ]])...all strings. Added in version 1.0. See also SimpleImputer Univariate...
    scikit-learn.org/stable/modules/generated/sklearn.impute.MissingIndicator.html
    Mon Mar 23 20:39:21 UTC 2026
      15.8K bytes
      Cache
     
  9. MiniBatchKMeans — scikit-learn 1.8.0 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...0 , 1 ], [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 , - 1 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Mon Mar 23 20:39:23 UTC 2026
      21K bytes
      Cache
     
  10. RidgeClassifierCV — scikit-learn 1.8.0 document...

    1, 1.0, 10.0) , * , fit_intercept...shape (n_alphas,), default=(0.1, 1.0, 10.0) Array of alpha values...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifierCV.html
    Mon Mar 23 20:39:21 UTC 2026
      17.7K bytes
      Cache
     
Back to Top