Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 2,532 for = (0.17 sec)

  1. make_low_rank_matrix — scikit-learn 1.5.2 docum...

    n_samples = 100 , n_features = 100 , * , effective_rank = 10 , tail_strength...n_features = 25 , ... effective_rank = 5 , ... tail_strength = 0.01...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html
    Thu Nov 21 22:17:10 UTC 2024
      111.1K bytes
      Cache
     
  2. Nearest Neighbors regression — scikit-learn 1.5...

    neighbors rng = np . random . RandomState ( 0 ) X_train = np . sort.... rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace ( 0 , 5 ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Thu Nov 21 22:17:08 UTC 2024
      87.6K bytes
      Cache
     
  3. faq.rst.txt

    _faq: ========== Frequently Asked Questions ========== .. currentmodule::...dbscan(X, metric=lev_metric, eps=5, min_samples=2, algorithm='brute')...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Mon Nov 18 10:26:16 UTC 2024
      24.5K bytes
      3 views
     
  4. documentMap (documentDefinitionMap) | DBFlute

    propertiesHtmlMap = map: { ; df:header = map:{ ; title = [title of PropertiesHTML]...loadDataReverseMap = map: { ; recordLimit = [limit size] # デフォルト:...
    dbflute.seasar.org/ja/manual/reference/dfprop/documentdefinition/index.html
    Tue Nov 12 15:10:59 UTC 2024
      33.7K bytes
      1 views
      Cache
     
  5. SelectFpr — scikit-learn 1.5.2 documentation

    SelectFpr ( score_func=<function f_classif> , * , alpha=0.05 ) [source]...chi2 >>> X , y = load_breast_cancer ( return_X_y = True ) >>> X...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Thu Nov 21 22:17:08 UTC 2024
      131.7K bytes
      Cache
     
  6. OrthogonalMatchingPursuit — scikit-learn 1.5.2 ...

    n_nonzero_coefs = None , tol = None , fit_intercept = True , precompute...>>> X , y = make_regression ( noise = 4 , random_state = 0 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Thu Nov 21 22:17:10 UTC 2024
      133.1K bytes
      2 views
      Cache
     
  7. Version 1.0 — scikit-learn 1.7.dev0 documentation

    dataframes when return_X_y=True and as_frame=True . #19011 by Thomas...when using solver='newton-cg' and multi_class!='multinomial' ....
    scikit-learn.org/dev/whats_new/v1.0.html
    Tue Nov 19 23:37:51 UTC 2024
      250.7K bytes
      1 views
      Cache
     
  8. mean_variance_axis — scikit-learn 1.5.2 documen...

    weights = None , return_sum_weights = False ) [source]...each feature if axis=0 or each sample if axis=1 . Added in version...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html
    Thu Nov 21 22:17:10 UTC 2024
      108.9K bytes
      Cache
     
  9. LeaveOneOut — scikit-learn 1.5.2 documentation

    Train: index=[1] Test: index=[0] Fold 1: Train: index=[0] Test:...equivalent to KFold(n_splits=n) and LeavePOut(p=1) where n is the number...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Thu Nov 21 22:17:08 UTC 2024
      115.3K bytes
      Cache
     
  10. NearestCentroid — scikit-learn 1.5.2 documentation

    NearestCentroid ( metric = 'euclidean' , * , shrink_threshold = None ) [source]...>>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>> clf = NearestCentroid...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Thu Nov 21 22:17:08 UTC 2024
      129.1K bytes
      Cache
     
Back to top