Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. 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 Jan 19 11:28:23 GMT 2026
      143.5K bytes
      Cache
     
  2. DistanceMetric — scikit-learn 1.8.0 docum...

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Mon Jan 19 11:28:23 GMT 2026
      116.7K bytes
      Cache
     
  3. check_array — scikit-learn 1.8.0 document...

    ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Mon Dec 29 13:14:48 GMT 2025
      115.2K bytes
      Cache
     
  4. SGDRegressor — scikit-learn 1.8.0 documen...

    loss/||x||**2) . ‘pa2’: passive-aggressive algorithm 2, see [1]...eta = hinge_loss / (||x||**2 + 1/(2 eta0)) . Added in version...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Mon Jan 19 11:28:25 GMT 2026
      172.2K bytes
      Cache
     
  5. 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 Jan 19 11:28:24 GMT 2026
      66.9K bytes
      Cache
     
  6. Fess Installationsanleitung

    Installation von OpenSearch Schritt 2: Installation von Fess Schritt...Docker Compose-Dateien Schritt 2: Überprüfung der Docker Compose-Dateien...
    fess.codelibs.org/de/15.4/install/index.html
    Mon Jan 19 02:44:15 GMT 2026
      39.8K bytes
      1 views
      Cache
      Similar Results (1)
     
  7. mean_tweedie_deviance — scikit-learn 1.8....

    = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2....y_pred > 0. 1 < p < 2 : Compound Poisson distribution....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Mon Jan 19 11:28:24 GMT 2026
      109.7K bytes
      Cache
     
  8. mean_absolute_percentage_error — scikit-l...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>..., 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 Jan 19 11:28:23 GMT 2026
      113.1K bytes
      Cache
     
  9. auto_examples_python.zip

    - l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2 mask =...+ 1, figsize=(4 * 2.2, n_classifiers * 2.2), ) evaluation_results...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Jan 19 11:28:25 GMT 2026
      1.7M bytes
     
  10. 1.4. Support Vector Machines &#8212; scikit-lea...

    [ 2 , 2 ]] &gt;&gt;&gt; y = [ 0.5 , 2.5 ] &gt;&gt;&gt;...&gt;&gt;&gt; clf . predict ([[ 2. , 2. ]]) array([1]) SVMs decision...
    scikit-learn.org/stable/modules/svm.html
    Mon Jan 19 11:28:25 GMT 2026
      125.6K bytes
      Cache
     
Back to Top