Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1141 - 1150 of over 10,000 for 2 (0.2 seconds)

  1. make_scorer — scikit-learn 1.8.0 document...

    beta = 2 ) >>> ftwo_scorer ma...response_method='predict', beta=2) >>> from sklearn.model_selection...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html
    Mon Jan 19 11:28:23 GMT 2026
      115.5K bytes
      Cache
     
  2. Plotting Learning Curves and Checking Models’ S...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 16 , 12 ),...subplots ( nrows = 1 , ncols = 2 , figsize = ( 10 , 6 ), sharey...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Jan 19 11:28:24 GMT 2026
      111.6K bytes
      Cache
     
  3. 卸载步骤

    2 步骤 2: 删除 OpenSearch 删除 OpenSearch...rm -rf /path/to/opensearch-3.3.2 步骤 3: 删除数据目录(可选) 默认情况下,数据目录在 Fess...
    fess.codelibs.org/zh-cn/15.3/install/uninstall.html
    Sun Dec 21 02:49:26 GMT 2025
      37.7K bytes
      Cache
     
  4. Multilabel classification — scikit-learn ...

    subplot ( 2 , 2 , subplot ) plt . title ( title..."none" , linewidths = 2 , label = "Class 2" , ) plot_hyperplane...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Mon Jan 19 11:28:25 GMT 2026
      105.8K bytes
      Cache
     
  5. FeatureHasher — scikit-learn 1.8.0 docume...

    'cat' : 2 , 'elephant' : 4 },{ 'dog' : 2 , 'run'...0., 0., 0., 0., 0., 2.], [ 0., 0., 0., -2., -5., 0., 0., 0., 0.,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Mon Jan 19 11:28:24 GMT 2026
      129.5K bytes
      Cache
     
  6. SpectralCoclustering — scikit-learn 1.8.0...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralCoclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Mon Jan 19 11:28:23 GMT 2026
      130.4K bytes
      Cache
     
  7. Sparse coding with a precomputed dictionary &#8...

    ) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...
    scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html
    Mon Jan 19 11:28:23 GMT 2026
      107.1K bytes
      Cache
     
  8. GaussianMixture — scikit-learn 1.8.0 docu...

    2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ], [ 10 , 4 ],...gm . means_ array([[10., 2.], [ 1., 2.]]) >>> gm . predict...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Mon Jan 19 11:28:25 GMT 2026
      152.7K bytes
      Cache
     
  9. Gaussian Processes regression: basic introducto...

    length_scale_bounds = ( 1e-2 , 1e2 )) gaussian_process = GaussianProcessRegre...gaussian_process . kernel_ 5.02**2 * RBF(length_scale=1.43) After...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html
    Mon Jan 19 11:28:24 GMT 2026
      107.3K bytes
      Cache
     
  10. Kernel — scikit-learn 1.8.0 documentation

    length_scale = 2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 ,..., X if Y is None else Y ) ** 2 ... def diag ( self , X ): ......
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Mon Jan 19 11:28:23 GMT 2026
      122.9K bytes
      Cache
     
Back to Top