Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 451 - 460 of over 10,000 for 2 (0.26 seconds)

  1. LinearRegression — scikit-learn 1.8.0 doc...

    2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>>...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 Dec 22 11:58:31 GMT 2025
      151.1K bytes
      Cache
     
  2. 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])...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Mon Dec 22 11:58:31 GMT 2025
      117.7K bytes
      Cache
     
  3. TransformedTargetRegressor — scikit-learn...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Dec 22 11:58:29 GMT 2025
      143.5K bytes
      Cache
     
  4. d2_log_loss_score — scikit-learn 1.8.0 do...

    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 Dec 22 11:58:29 GMT 2025
      108.2K bytes
      Cache
     
  5. Demo of OPTICS clustering algorithm — sci...

    2 ) C3 = [ 1 , - 2 ] + 0.2 * np . random . randn...n_points_per_cluster , 2 ) C4 = [ - 2 , 3 ] + 0.3 * np . random...
    scikit-learn.org/stable/auto_examples/cluster/plot_optics.html
    Mon Dec 22 11:58:29 GMT 2025
      107.2K bytes
      Cache
     
  6. 1.17. Neural network models (supervised) &#8212...

    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 Dec 22 11:58:31 GMT 2025
      66.9K bytes
      Cache
     
  7. 1.12. Multiclass and multioutput algorithms &#8...

    2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...
    scikit-learn.org/stable/modules/multiclass.html
    Mon Dec 22 11:58:29 GMT 2025
      107K bytes
      Cache
     
  8. 1.4. Support Vector Machines — scikit-lea...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>>...>>> clf . predict ([[ 2. , 2. ]]) array([1]) SVMs decision...
    scikit-learn.org/stable/modules/svm.html
    Mon Dec 22 11:58:31 GMT 2025
      125.6K bytes
      Cache
     
  9. model_evaluation.rst.txt

    labeling1 = [2, 0, 2, 2, 0, 1] >>> labeling2 = [0, 0, 2, 2, 0, 2] >>>...y_true = [2, 0, 2, 2, 0, 1] >>> y_pred = [0, 0, 2, 2, 0, 2] >>> ...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Sat Nov 29 05:08:38 GMT 2025
      132.2K bytes
     
  10. Principal Component Regression vs Partial Least...

    n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...) pca = PCA ( n_components = 2 ) . fit ( X ) plt . scatter (...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Mon Dec 22 11:58:31 GMT 2025
      112.7K bytes
      Cache
     
Back to Top