Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 981 - 990 of over 10,000 for 2 (0.38 seconds)

Filter
  1. Model-based and sequential feature selection — ...

    2 area (worst): 185.2 4254.0 smoothness (worst):...Since we want to select only 2 features, we will set this threshold...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Mon Mar 23 20:39:20 UTC 2026
      21.1K bytes
      Cache
     
  2. Monotonic Constraints — scikit-learn 1.8.0 docu...

    2 Added support for feature names....versionadded:: 0.23 .. versionchanged:: 1.2 Accept dict of constraints with...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Mon Mar 23 20:39:21 UTC 2026
      35K bytes
      Cache
     
  3. LinearRegression — scikit-learn 1.8.0 documenta...

    2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0 + 2 * x_1...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Mon Mar 23 20:39:21 UTC 2026
      19.7K bytes
      Cache
     
  4. SGD: convex loss functions — scikit-learn 1.8.0...

    ] = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return loss...linspace ( xmin , xmax , 100 ) lw = 2 plt . plot ([ xmin , 0 , 0 , xmax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html
    Mon Mar 23 20:39:22 UTC 2026
      15.3K bytes
      Cache
     
  5. d2_log_loss_score — scikit-learn 1.8.0 document...

    Like R^2, D^2 score may be negative (it need...labels = None ) [source] # \(D^2\) score function, fraction of...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html
    Mon Mar 23 20:39:23 UTC 2026
      13.4K bytes
      Cache
     
  6. as_float_array — scikit-learn 1.8.0 documentation

    2 , 2 ], dtype = np . int64 ) >>>...array ) array([0., 0., 1., 2., 2.]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html
    Mon Mar 23 20:39:23 UTC 2026
      13.3K bytes
      Cache
     
  7. dbscan — scikit-learn 1.8.0 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], [ 8 , 7 ], [ 8...min_samples = 2 ) >>> core_samples array([0, 1, 2, 3, 4]) >>> labels...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Mon Mar 23 20:39:23 UTC 2026
      15.8K bytes
      Cache
     
  8. 문서

    단계 2: Fess 설치 단계 3: 시작 RPM 버전 설치 단계 1: OpenSearch 설치 단계 2: Fess...1: 파일을 개별적으로 다운로드 방법 2: Git으로 리포지토리 복제 단계 2: Docker Compose 파일...
    fess.codelibs.org/ko/documentation.html
    Mon Mar 23 02:57:26 UTC 2026
      441.2K bytes
      Cache
     
  9. Demonstration of k-means assumptions — scikit-l...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Mon Mar 23 20:39:20 UTC 2026
      17.9K bytes
      Cache
     
  10. 1.17. Neural network models (supervised) — scik...

    predict ([[ 2. , 2. ], [ - 1. , - 2. ]]) array([1, 0])...coef in clf . coefs_ ] [(2, 5), (5, 2), (2, 1)] Currently, MLPClassifier...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
Back to Top