Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1511 - 1520 of over 10,000 for 2 (0.31 seconds)

Filter
  1. GaussianNB — scikit-learn 1.8.0 documentation

    2 ]]) >>> Y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Tue Mar 17 03:44:39 UTC 2026
      18.4K bytes
      Cache
     
  2. Decision Boundaries of Multinomial and One-vs-R...

    2 ], [ - 0.4 , 1.2 ]] X = np . dot ( X ,..."Feature 1" , ylabel = "Feature 2" ) _ = ax . legend ( * scatter...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html
    Tue Mar 17 03:44:36 UTC 2026
      18.2K bytes
      Cache
     
  3. Vector Quantization Example — scikit-learn 1.8....

    subplots ( ncols = 2 , figsize = ( 12 , 4 )) ax [ 0...by a factor of approximately 2.5. We will later discuss about...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Tue Mar 17 03:44:39 UTC 2026
      17.8K bytes
      Cache
     
  4. 제거 절차

    0 단계 2: OpenSearch 삭제 OpenSearch 설치 디렉터리를...rm -rf /path/to/opensearch-3.3.2 단계 3: 데이터 디렉터리 삭제(옵션) 기본적으로 데이터...
    fess.codelibs.org/ko/15.4/install/uninstall.html
    Mon Feb 09 02:52:18 UTC 2026
      39.6K bytes
      Cache
     
  5. Procedimientos de Desinstalación

    0 Paso 2: Eliminación de OpenSearch Elimine...rm -rf /path/to/opensearch-3.3.2 Paso 3: Eliminación del Directorio...
    fess.codelibs.org/es/15.4/install/uninstall.html
    Mon Feb 09 02:46:38 UTC 2026
      42.6K bytes
      Cache
     
  6. ledoit_wolf_shrinkage — scikit-learn 1.8.0 docu...

    2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf_shrinkage.html
    Tue Mar 17 03:44:39 UTC 2026
      13.3K bytes
      Cache
     
  7. LarsCV — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Tue Mar 17 03:44:39 UTC 2026
      17.9K bytes
      Cache
     
  8. plot_discretization_strategies.zip

    [2, 4], [8, 8]]) centers_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)), make_blobs( n_samples=[ n_samples...
    scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie...
    Thu Mar 05 14:15:31 UTC 2026
      7.3K bytes
     
  9. Pipelining: chaining a PCA and a logistic regre...

    n_jobs = 2 ) search . fit ( X_digits , y_digits...) = plt . subplots ( nrows = 2 , sharex = True , figsize = (...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Tue Mar 17 03:44:38 UTC 2026
      16.4K bytes
      Cache
     
  10. AgglomerativeClustering — scikit-learn 1.8.0 do...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...AgglomerativeCluster ( n_clusters = 2 , * , metric = 'euclidean' , memory...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Tue Mar 17 03:44:39 UTC 2026
      17.5K bytes
      Cache
     
Back to Top