Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1211 - 1220 of over 10,000 for 2 (0.44 seconds)

  1. Two-class AdaBoost — scikit-learn 1.8.0 d...

    cov = 2.0 , n_samples = 200 , n_features = 2 , n_classes = 2 , random_state...= 300 , n_features = 2 , n_classes = 2 , random_state = 1 ) X...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Mon Mar 02 11:09:51 UTC 2026
      101.7K bytes
      Cache
     
  2. mean_pinball_loss — scikit-learn 1.8.0 do...

    2 , 3 ] >>> mean_pinball_loss...mean_pinball_loss ( y_true , [ 0 , 2 , 3 ], alpha = 0.1 ) 0.03... >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html
    Mon Mar 02 11:09:51 UTC 2026
      114.4K bytes
      Cache
     
  3. SGD: convex loss functions — scikit-learn...

    = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return...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 02 11:09:52 UTC 2026
      92.2K bytes
      Cache
     
  4. make_circles — scikit-learn 1.8.0 documen...

    n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...ndarray of shape (n_samples, 2) The generated samples. y ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html
    Mon Mar 02 11:09:52 UTC 2026
      116.1K bytes
      Cache
     
  5. LocallyLinearEmbedding — scikit-learn 1.8...

    (n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Mon Mar 02 11:09:51 UTC 2026
      137.2K bytes
      Cache
     
  6. linear_model.rst.txt

    \frac{n}{2} \log(2 \pi) - \frac{n}{2} \log(\sigma^2) - \frac{\sum_{i=1}^{n}...- \hat{y}_i)^2}{2\sigma^2} where :math:`\sigma^2` is an estimate...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon Jan 12 10:07:41 UTC 2026
      82.9K bytes
      1 views
     
  7. train_test_split — scikit-learn 1.8.0 doc...

    2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6 3.1 1.5...73 6.1 2.8 4.7 1.2 18 5.7 3.8 1.7 0.3 118 7.7 2.6 6.9 2.3 78 6.0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon Mar 02 11:09:51 UTC 2026
      165.4K bytes
      1 views
      Cache
     
  8. 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 Mar 02 11:09:51 UTC 2026
      112.7K bytes
      Cache
     
  9. Lars — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_nonzero_coefs = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Mon Mar 02 11:09:51 UTC 2026
      139.5K bytes
      Cache
     
  10. PolynomialFeatures — scikit-learn 1.8.0 d...

    degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Mon Mar 02 11:09:51 UTC 2026
      139.9K bytes
      Cache
     
Back to Top