Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 2,629 for 2 (0.08 sec)

  1. MeanShift — scikit-learn 1.5.2 documentation

    complexity will tend towards O(T*n^2). Scalability can be boosted by...X = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Sat Sep 14 09:04:07 UTC 2024
      126.3K bytes
      Cache
     
  2. 1.4. Support Vector Machines — scikit-learn 1.5...

    2}\) \(\alpha^{2}_{0,2}\) \(\alpha^{0}_{1,2}\) \(\alpha^{1}_{1,2}\)...\(\alpha^{0}_{2,0}\) \(\alpha^{1}_{2,0}\) \(\alpha^{0}_{0,2}\) \(\alpha^{1}_{0,2}\)...
    scikit-learn.org/stable/modules/svm.html
    Sat Sep 14 09:04:07 UTC 2024
      125.1K bytes
      Cache
     
  3. 移行 1.2.0 to 1.2.1 | DBFlute

    2.0 to 1.2.1 お約束の注意点 環境上の注意点 AlterCheck,...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate120to121.html
    Thu Aug 22 03:15:36 UTC 2024
      8.7K bytes
      Cache
     
  4. AdaBoostRegressor — scikit-learn 1.5.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...algorithm known as AdaBoost.R2 [2]. Read more in the User Guide...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Sat Sep 14 09:04:07 UTC 2024
      146.1K bytes
      Cache
     
  5. IncrementalPCA — scikit-learn 1.5.2 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [ 2 , 1 ], [...O(batch_size * n_features ** 2) , but only 2 * batch_size samples remain...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Sat Sep 14 09:04:07 UTC 2024
      151.3K bytes
      1 views
      Cache
     
  6. PCA — scikit-learn 1.5.2 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>> pca . fit (...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Sat Sep 14 09:04:07 UTC 2024
      171.1K bytes
      Cache
     
  7. SpectralCoclustering — scikit-learn 1.5.2 docum...

    [ 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
    Sat Sep 14 09:04:05 UTC 2024
      129.7K bytes
      Cache
     
  8. hinge_loss — scikit-learn 1.5.2 documentation

    ([[ - 2 ], [ 3 ], [ 0.5 ]]) >>> pred_decision array([-2.18...,...[ 1 ], [ 2 ], [ 3 ]]) >>> Y = np . array ([ 0 , 1 , 2 , 3 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Sat Sep 14 09:04:07 UTC 2024
      114K bytes
      Cache
     
  9. classification_report — scikit-learn 1.5.2 docu...

    2 , 2 , 2 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 1 ] >>>...sample_weight = None , digits = 2 , output_dict = False , zero_division...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Sat Sep 14 09:04:07 UTC 2024
      120K bytes
      Cache
     
  10. LassoCV — scikit-learn 1.5.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Sat Sep 14 09:04:07 UTC 2024
      167.6K bytes
      Cache
     
Back to top