Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1011 - 1020 of over 10,000 for 2 (3.53 seconds)

  1. Non-negative least squares — scikit-learn...

    In this example, we fit a linear model with positive constraints on the regression coefficients and compare the estimated coefficients to a classic linear regression. Generate some random data Spli...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Fri Nov 28 11:32:52 GMT 2025
      93.4K bytes
      Cache
     
  2. Gaussian Process for Machine Learning — s...

    Examples concerning the sklearn.gaussian_process module. Ability of Gaussian process regression (GPR) to estimate data noise-level Comparison of kernel ridge and Gaussian process regression Forecas...
    scikit-learn.org/stable/auto_examples/gaussian_process/index.html
    Fri Nov 28 11:32:54 GMT 2025
      80.1K bytes
      Cache
     
  3. 7.5. Unsupervised dimensionality reduction &#82...

    2. Random projections # The module:...
    scikit-learn.org/stable/modules/unsupervised_reduction.html
    Fri Nov 28 11:32:54 GMT 2025
      35.9K bytes
      Cache
     
  4. Online learning of a dictionary of parts of fac...

    2 , 4 )) for i , patch in enumerate...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Fri Nov 28 11:32:52 GMT 2025
      98.7K bytes
      Cache
     
  5. L1 Penalty and Sparsity in Logistic Regression ...

    " % l1_ratio ) axes_row [ 2 ] . set_title ( "L2 penalty"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Fri Nov 28 11:32:52 GMT 2025
      99.5K bytes
      Cache
     
  6. Gradient Boosting Out-of-Bag estimates — ...

    staged_predict_proba ( X_test )): score [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Fri Nov 28 11:32:52 GMT 2025
      112K bytes
      Cache
     
  7. Sparse coding with a precomputed dictionary &#8...

    ) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...
    scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html
    Fri Nov 28 11:32:52 GMT 2025
      107.4K bytes
      Cache
     
  8. 3.3. Tuning the decision threshold for class pr...

    DecisionTreeClassifi ( max_depth = 2 , random_state = 0 ) . fit ( X...best_score_ np.float64(0.86) 3.3.1.2. Important notes regarding the...
    scikit-learn.org/stable/modules/classification_threshold.html
    Fri Nov 28 11:32:54 GMT 2025
      48.7K bytes
      Cache
     
  9. Gaussian Mixture Model Selection — scikit...

    convert to degrees v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...random . randn ( n_samples , 2 ), C ) # general component_2 =...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Fri Nov 28 11:32:55 GMT 2025
      138.5K bytes
      Cache
     
  10. Demonstration of k-means assumptions — sc...

    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
    Fri Nov 28 11:32:55 GMT 2025
      115.6K bytes
      Cache
     
Back to Top