Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 1,971 for = (0.38 sec)

  1. resample — scikit-learn 1.7.2 documentation

    replace = True , n_samples = None , random_state = None , stratify...y , n_samples = 5 , replace = False , stratify = y , ... random_state...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Thu Oct 09 16:57:45 UTC 2025
      112.7K bytes
      Cache
     
  2. Principal Component Analysis (PCA) on Iris Data...

    projection = "3d" , elev =- 150 , azim = 110 ) X_reduced = PCA ( n_components...PCA fig = plt . figure ( 1 , figsize = ( 8 , 6 )) ax = fig . add_subplot...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Sat Oct 11 07:51:27 UTC 2025
      93.3K bytes
      Cache
     
  3. RFE — scikit-learn 1.7.2 documentation

    n_features_to_select = None , step = 1 , verbose = 0 , importance_getter = 'auto'...X , y = make_friedman1 ( n_samples = 50 , n_features = 10 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Sat Oct 11 07:51:27 UTC 2025
      149.8K bytes
      Cache
     
  4. fetch_openml — scikit-learn 1.7.2 documentation

    n_retries : int = 3 , delay : float = 1.0 , parser : str = 'auto' ,...: str | None = None , * , version : str | int = 'active' , data_id...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html
    Sat Oct 11 07:51:26 UTC 2025
      152K bytes
      Cache
     
  5. Birch — scikit-learn 1.7.2 documentation

    threshold = 0.5 , branching_factor = 50 , n_clusters = 3 , compute_labels...compute_labels = True , copy = 'deprecated' ) [source] # Implements...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Sat Oct 11 07:51:27 UTC 2025
      138.5K bytes
      Cache
     
  6. An example of K-Means++ initialization — scikit...

    data n_samples = 4000 n_components = 4 X , y_true = make_blobs (...n_samples = n_samples , centers = n_components , cluster_std = 0.60...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html
    Sat Oct 11 07:51:27 UTC 2025
      88.2K bytes
      Cache
     
  7. Isotonic Regression — scikit-learn 1.7.2 docume...

    check_random_state n = 100 x = np . arange ( n ) rs = check_random_state...models: ir = IsotonicRegression ( out_of_bounds = "clip" ) y_ = ir ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Sat Oct 11 07:51:27 UTC 2025
      114.1K bytes
      Cache
     
  8. Developing scikit-learn estimators — scikit-lea...

    method: clf2 = SGDClassifier ( alpha = 2.3 ) clf3 = SGDClassifier...self , param1 = 1 , param2 = 2 ): self . param1 = param1 self ....
    scikit-learn.org/stable/developers/develop.html
    Sat Oct 11 07:51:25 UTC 2025
      108.6K bytes
      Cache
     
  9. inplace_row_scale — scikit-learn 1.7.2 document...

    indptr = np . array ([ 0 , 2 , 3 , 4 , 5 ]) >>> indices = np ....>>> data = np . array ([ 8 , 1 , 2 , 5 , 6 ]) >>> scale = np . array...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Thu Oct 09 16:57:48 UTC 2025
      108.6K bytes
      Cache
     
  10. LabelPropagation — scikit-learn 1.7.2 documenta...

    LabelPropagation ( kernel = 'rbf' , * , gamma = 20 , n_neighbors = 7 , max_iter...max_iter = 1000 , tol = 0.001 , n_jobs = None ) [source] # Label Propagation...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Fri Oct 10 15:14:35 UTC 2025
      130.9K bytes
      Cache
     
Back to top