Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 961 - 970 of 4,347 for * (1.09 sec)

  1. make_sparse_coded_signal scikit-learn 1.7.1 d...

    = 50 , ... n_components = 100 , ... n_features = 10 , ... n_nonzero_coefs...= 4 , ... random_state = 0 ... ) >>> data . shape (50, 10) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_coded_signal.html
    Sun Jul 27 08:01:34 UTC 2025
      110.3K bytes
      Cache
     
  2. make_s_curve scikit-learn 1.7.1 documentation

    X . shape (100, 3) >>> t . shape (100,) Gallery examples # Comparison...sklearn.datasets. make_s_curve ( n_samples = 100 , * , noise = 0.0 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html
    Sun Jul 27 08:01:34 UTC 2025
      108.7K bytes
      Cache
     
  3. linear_model.rst.txt

    linear_model.Ridge(alpha=.5) >>> reg.fit([[0, 0], [0, 0], [1, 1]], [0,...value. .. math:: \hat{y}(w, x) = w_0 + w_1 x_1 + ... + w_p x_p...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Sun Jul 27 08:01:32 UTC 2025
      79K bytes
      9 views
     
  4. TweedieRegressor scikit-learn 1.7.1 documenta...

    intercept ). link {auto, identity, log}, default=auto The link...np.float64(0.839) >>> clf . coef_ array([0.599, 0.299]) >>> clf...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Sun Jul 27 08:01:33 UTC 2025
      141.7K bytes
      Cache
     
  5. PolynomialFeatures scikit-learn 1.7.1 documen...

    ) array([[ 1., 0., 1., 0.], [ 1., 2., 3., 6.], [ 1., 4., 5.,...1., 2., 3., 4., 6., 9.], [ 1., 4., 5., 16., 20., 25.]]) >>> poly...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Sun Jul 27 08:01:31 UTC 2025
      139.9K bytes
      Cache
     
  6. Perceptron scikit-learn 1.7.1 documentation

    0.001 , shuffle = True , verbose = 0 , eta0 = 1.0 , n_jobs =...penalty {l2,l1,elasticnet}, default=None The penalty (aka regularization...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Sun Jul 27 08:01:33 UTC 2025
      162K bytes
      Cache
     
  7. 3.5. Validation curves: plotting scores to eval...

    0.9 , 0.96, 0.9 ], [0.9, 0.83, 0.96, 0.96, 0.93], [1. , 0.93,...0.94, 0.91, 0.89, 0.92], [0.9 , 0.92, 0.93, 0.92, 0.93], [0.97, 1...
    scikit-learn.org/stable/modules/learning_curve.html
    Sun Jul 27 08:01:31 UTC 2025
      51.3K bytes
      Cache
     
  8. 9.2. Computational Performance scikit-learn 1...

    or one-at-a-time mode. 9.2.1.1. Bulk versus Atomic mode # In general...sparsity_ratio ( X ): return 1.0 - np . count_nonzero ( X ) / float ( X ....
    scikit-learn.org/stable/computing/computational_performance.html
    Sun Jul 27 08:01:34 UTC 2025
      60.9K bytes
      Cache
     
  9. MultiTaskLasso scikit-learn 1.7.1 documentation

    ], [ 1 , 2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...MultiTaskLasso(alpha=0.1) >>> print ( clf . coef_ ) [[0. 0.60809415]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Sun Jul 27 08:01:33 UTC 2025
      156.9K bytes
      Cache
     
  10. HuberRegressor scikit-learn 1.7.1 documentation

    HuberRegressor () . fit ( X , y ) >>> huber . score ( X , y ) -7.284 >>>...coef ) True coefficients: [20.4923... 34.1698...] >>> print ( "Huber...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Sun Jul 27 08:01:33 UTC 2025
      145.7K bytes
      Cache
     
Back to top