Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 2,024 for = (0.25 sec)

  1. ridge_regression — scikit-learn 1.7.1 documenta...

    sample_weight = None , solver = 'auto' , max_iter = None , tol = 0.0001..., verbose = 0 , positive = False , random_state = None , return_n_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html
    Mon Aug 25 13:49:24 UTC 2025
      119K bytes
      Cache
     
  2. SVM: Maximum margin separating hyperplane — sci...

    y = make_blobs ( n_samples = 40 , centers = 2 , random_state...purposes clf = svm . SVC ( kernel = "linear" , C = 1000 ) clf ....
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Mon Aug 25 13:49:18 UTC 2025
      87.7K bytes
      Cache
     
  3. 1.5. Stochastic Gradient Descent — scikit-learn...

    >>> clf = SGDClassifier ( loss = "hinge" , penalty = "l2" , max_iter...>>> clf = SGDClassifier ( loss = "log_loss" , max_iter = 5 ) ....
    scikit-learn.org/stable/modules/sgd.html
    Sat Aug 23 16:32:04 UTC 2025
      90K bytes
      Cache
     
  4. DBSCAN — scikit-learn 1.7.1 documentation

    metric_params = None , algorithm = 'auto' , leaf_size = 30 , p = None...DBSCAN ( eps = 0.5 , * , min_samples = 5 , metric = 'euclidean'...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Mon Aug 25 13:49:18 UTC 2025
      135.8K bytes
      Cache
     
  5. PLSRegression — scikit-learn 1.7.1 documentation

    n_components = 2 , * , scale = True , max_iter = 500 , tol = 1e-06 ,...algorithm='nipals' . Ignored otherwise. tol float, default=1e-06...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Mon Aug 25 13:49:19 UTC 2025
      160.2K bytes
      Cache
     
  6. ARDRegression — scikit-learn 1.7.1 documentation

    max_iter = 300 , tol = 0.001 , alpha_1 = 1e-06 , alpha_2 = 1e-06...lambda_1 = 1e-06 , lambda_2 = 1e-06 , compute_score = False ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Mon Aug 25 13:49:19 UTC 2025
      141.3K bytes
      Cache
     
  7. KernelRidge — scikit-learn 1.7.1 documentation

    alpha = 1 , * , kernel = 'linear' , gamma = None , degree = 3 ,..., coef0 = 1 , kernel_params = None ) [source] # Kernel ridge regression....
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Mon Aug 25 13:49:24 UTC 2025
      142.4K bytes
      Cache
     
  8. Plot individual and voting regression predictio...

    ( axis = "x" , which = "both" , bottom = False , top = False ,...reg1 = GradientBoostingRegr ( random_state = 1 ) reg2 = RandomForestRegresso...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.html
    Mon Aug 25 13:49:18 UTC 2025
      132.8K bytes
      Cache
     
  9. radius_neighbors_graph — scikit-learn 1.7.1 doc...

    mode = 'connectivity' , metric = 'minkowski' , p = 2 , metric_params...metric_params = None , include_self = False , n_jobs = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html
    Mon Aug 25 13:49:24 UTC 2025
      110.9K bytes
      Cache
     
  10. OneHotEncoder — scikit-learn 1.7.1 documentation

    categories='auto' , drop=None , sparse_output=True , dtype=<class...handle_unknown='error' , min_frequency=None , max_categories=None , ...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Mon Aug 25 13:49:18 UTC 2025
      168.2K bytes
      Cache
     
Back to top