Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,485 for 2 (0.42 sec)

  1. 11. Common pitfalls and recommended practices —...

    2.2. Data leakage during pre-processing..., test ) [0 3 5 6 7] [1 2 4 8 9] [1 2 4 8 9] [0 3 5 6 7] >>> for...
    scikit-learn.org/stable/common_pitfalls.html
    Mon Nov 10 15:11:19 UTC 2025
      102.9K bytes
      Cache
     
  2. MeanShift — scikit-learn 1.7.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
    Mon Nov 10 15:11:18 UTC 2025
      127.4K bytes
      Cache
     
  3. HDBSCAN — scikit-learn 1.7.2 documentation

    inf) are given the label -2. Samples with missing data are...clusters. That is to say, the -1, -2, -3 labels for the outlier clusters...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Mon Nov 10 15:11:15 UTC 2025
      141.4K bytes
      Cache
     
  4. MLPRegressor — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Nov 10 15:11:15 UTC 2025
      163K bytes
      Cache
     
  5. 1.4. Support Vector Machines — scikit-learn 1.7...

    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
    Mon Nov 10 15:11:18 UTC 2025
      125.5K bytes
      Cache
     
  6. mean_absolute_percentage_error — scikit-learn 1...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8. ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html
    Mon Nov 10 15:11:18 UTC 2025
      112.6K bytes
      Cache
     
  7. SVM: Separating hyperplane for unbalanced class...

    n_samples_2 = 100 centers = [[ 0.0 , 0.0 ], [ 2.0 , 2.0 ]] clusters_std...n_samples = [ n_samples_1 , n_samples_2 ], centers = centers , cluster_std...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html
    Mon Nov 10 15:11:15 UTC 2025
      94K bytes
      Cache
     
  8. Comparison of F-test and mutual information — s...

    x_2, x_3 distributed uniformly over...follows: y = x_1 + sin(6 * pi * x_2) + 0.1 * N(0, 1), that is the...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Mon Nov 10 15:11:19 UTC 2025
      91.6K bytes
      Cache
     
  9. クローラー基本設定

    スケジュール式を設定(Cron形式) # 毎日午前2時に実行 0 0 2 * * ? # 毎時0分に実行 0 0 * * *...ミリ秒(1時間) # または、スケジューラーで設定 0 0 2 * * ? # 毎日午前2時 ファイルサイズの設定 クロールするファイルサイズの上限を設定できます。...
    fess.codelibs.org/ja/15.3/config/crawler-basic.html
    Mon Nov 10 02:42:47 UTC 2025
      59.4K bytes
      Cache
     
  10. classification_report — scikit-learn 1.7.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
    Mon Nov 10 15:11:15 UTC 2025
      120.8K bytes
      Cache
     
Back to top