Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 2,024 for = (0.31 sec)

  1. Robust linear model estimation using RANSAC — s...

    linear_model n_samples = 1000 n_outliers = 50 X , y , coef = datasets . make_regression...n_samples = n_samples , n_features = 1 , n_informative = 1 , noise...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Mon Aug 25 13:49:23 UTC 2025
      93.4K bytes
      Cache
     
  2. SGDRegressor — scikit-learn 1.7.1 documentation

    tol = 0.001 , shuffle = True , verbose = 0 , epsilon = 0.1 , random_state...( loss = 'squared_error' , * , penalty = 'l2' , alpha = 0.0001...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Mon Aug 25 13:49:19 UTC 2025
      168.4K bytes
      Cache
     
  3. johnson_lindenstrauss_min_dim — scikit-learn 1....

    dtype=float, default=0.1 Maximum distortion...in_dim ( n_samples , * , eps = 0.1 ) [source] # Find a ‘safe’...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Mon Aug 25 13:49:18 UTC 2025
      110.9K bytes
      Cache
     
  4. Demonstration of multi-metric evaluation on cro...

    alpha = 0.1 if sample == "test" else 0 , color = color , )...style , color = color , alpha = 1 if sample == "test" else 0.7...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Mon Aug 25 13:49:19 UTC 2025
      101.5K bytes
      Cache
     
  5. LocallyLinearEmbedding — scikit-learn 1.7.1 doc...

    n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver = 'auto'...'auto' , tol = 1e-06 , max_iter = 100 , method = 'standard' , hessian_tol...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Mon Aug 25 13:49:24 UTC 2025
      136.8K bytes
      Cache
     
  6. MNIST classification using multinomial logistic...

    sparsity = np . mean ( clf . coef_ == 0 ) * 100 score = clf . score...return_X_y = True , as_frame = False ) random_state = check_random_state...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Aug 25 13:49:18 UTC 2025
      96.3K bytes
      Cache
     
  7. column_or_1d — scikit-learn 1.7.1 documentation

    dtype = None , warn = False , device = None ) [source]...data. dtype data-type, default=None Data type for y . Added in...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Mon Aug 25 13:49:24 UTC 2025
      106.9K bytes
      Cache
     
  8. Release Highlights for scikit-learn 1.3 — sciki...

    random_state = rng ) coef = rng . uniform ( low =- 10 , high = 20 , size...size = n_features ) y = rng . gamma ( shape = 2 , scale = np ....
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html
    Mon Aug 25 13:49:18 UTC 2025
      116.6K bytes
      Cache
     
  9. DecisionBoundaryDisplay — scikit-learn 1.7.1 do...

    multiclass_colors = None , xlabel = None , ylabel = None , ax = None , **...plot_method = 'contourf' , ax = None , xlabel = None , ylabel = None...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Mon Aug 25 13:49:19 UTC 2025
      154.7K bytes
      Cache
     
  10. enet_path — scikit-learn 1.7.1 documentation

    l1_ratio = 0.5 , eps = 0.001 , n_alphas = 100 , alphas = None ,...precompute = 'auto' , Xy = None , copy_X = True , coef_init = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Mon Aug 25 13:49:18 UTC 2025
      120K bytes
      Cache
     
Back to top