Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 1,971 for = (0.5 sec)

  1. permutation_test_score — scikit-learn 1.7.2 doc...

    groups = None , cv = None , n_permutations = 100 , n_jobs = None...random_state = 0 , verbose = 0 , scoring = None , fit_params = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Sat Oct 11 07:51:25 UTC 2025
      121.8K bytes
      Cache
     
  2. fetch_20newsgroups — scikit-learn 1.7.2 documen...

    download_if_missing = True , return_X_y = False , n_retries = 3 , delay = 1.0...data_home = None , subset = 'train' , categories = None , shuffle...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Sat Oct 11 07:51:26 UTC 2025
      119.5K bytes
      Cache
     
  3. pairwise_distances_chunked — scikit-learn 1.7.2...

    Y = None , * , reduce_func = None , metric = 'euclidean'...'euclidean' , n_jobs = None , working_memory = None , ** kwds ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Fri Oct 10 15:14:36 UTC 2025
      118K bytes
      Cache
     
  4. RidgeCV — scikit-learn 1.7.2 documentation

    scoring = None , cv = None , gcv_mode = None , store_cv_results...X , y = load_diabetes ( return_X_y = True ) >>> clf = RidgeCV...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Sat Oct 11 07:51:26 UTC 2025
      149.9K bytes
      Cache
     
  5. Lars — scikit-learn 1.7.2 documentation

    fit_intercept = True , verbose = False , precompute = 'auto' , n_nonzero_coefs...6) , copy_X = True , fit_path = True , jitter = None , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Sat Oct 11 07:51:26 UTC 2025
      138.8K bytes
      Cache
     
  6. minmax_scale — scikit-learn 1.7.2 documentation

    feature_range = (0, 1) , * , axis = 0 , copy = True ) [source]...by (when axis=0 ): X_std = ( X - X . min ( axis = 0 )) / ( X ....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Thu Oct 09 16:57:48 UTC 2025
      115.6K bytes
      Cache
     
  7. Various Agglomerative Clustering on a 2D embedd...

    X_red [ y == digit ] . T , marker = f "$ { digit } $" , s = 50 , c...title = None ): x_min , x_max = np . min ( X_red , axis = 0 ),...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html
    Sat Oct 11 07:51:27 UTC 2025
      95.2K bytes
      Cache
     
  8. 1.10. Decision Trees — scikit-learn 1.7.2 docum...

    >>> X = [[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree...filled = True , rounded = True , ... special_characters = True...
    scikit-learn.org/stable/modules/tree.html
    Sat Oct 11 07:51:25 UTC 2025
      94.5K bytes
      Cache
     
  9. export_text — scikit-learn 1.7.2 documentation

    feature_names = None , class_names = None , max_depth = 10 , spacing...spacing = 3 , decimals = 2 , show_weights = False ) [source] # Build...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html
    Thu Oct 09 16:57:49 UTC 2025
      110.7K bytes
      2 views
      Cache
     
  10. 2.3. Clustering — scikit-learn 1.7.2 documentation

    V)]=\sum_{i=1}^{|U|} \sum_{j=1}^{|V|} \sum_{n_{ij}=(a_i+b_j-N)^+...assign_labels="kmeans" assign_labels="discretize" assign_labels="cluster_qr"...
    scikit-learn.org/stable/modules/clustering.html
    Sat Oct 11 07:51:25 UTC 2025
      237K bytes
      Cache
     
Back to top