Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1301 - 1310 of 2,016 for = (0.07 sec)

  1. LeavePOut — scikit-learn 1.7.0 documentation

    Train: index=[2 3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test:...Test: index=[0 2] Fold 2: Train: index=[1 2] Test: index=[0 3] Fold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Jun 30 13:50:28 UTC 2025
      116.4K bytes
      Cache
     
  2. Kernel Density Estimation — scikit-learn 1.7.0 ...

    pca = PCA ( n_components = 15 , whiten = False ) data = pca ....new_data = kde . sample ( 44 , random_state = 0 ) new_data = pca ....
    scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html
    Mon Jun 30 13:50:27 UTC 2025
      93.9K bytes
      Cache
     
  3. GradientBoostingRegressor — scikit-learn 1.7.0 ...

    n_estimators = 100 , subsample = 1.0 , criterion = 'friedman_mse' ,...min_weight_fraction_leaf = 0.0 , max_depth = 3 , min_impurity_decrease = 0.0 , init...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Mon Jun 30 13:50:30 UTC 2025
      172.2K bytes
      Cache
     
  4. k_means — scikit-learn 1.7.0 documentation

    sample_weight = None , init = 'k-means++' , n_init = 'auto' , max_iter...max_iter = 300 , verbose = False , tol = 0.0001 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Mon Jun 30 13:50:30 UTC 2025
      116.4K bytes
      Cache
     
  5. ページング検索 (PagingSelect) | DBFlute

    {81-100} @DisplaySql MemberCB cb = new MemberCB(); cb.query().se...PagingResultBean<Member> page = memberBhv .selectPage(cb); //...
    dbflute.seasar.org/ja/manual/function/genbafit/implfit/pagingselect/index.html
    Fri Jun 13 09:55:28 UTC 2025
      19.6K bytes
      Cache
     
  6. allcommon | DBFlute

    CDef cdef = CDef.MemberStatus.Formalized; String code = cdef.code();...cdef.code(); String name = cdef.name(); String alias = cdef.alias(); Classification...
    dbflute.seasar.org/ja/manual/function/ormapper/runtime/allcommon/index.html
    Fri Jun 13 09:55:28 UTC 2025
      19.7K bytes
      Cache
     
  7. FastICA — scikit-learn 1.7.0 documentation

    fun = 'logcosh' , fun_args = None , max_iter = 200 , tol = 0.0001...n_components = None , * , algorithm = 'parallel' , whiten = 'unit-variance'...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Mon Jun 30 13:50:28 UTC 2025
      148.9K bytes
      Cache
     
  8. Blind source separation using FastICA — scikit-...

    n_samples = 2000 time = np . linspace ( 0 , 8 , n_samples ) s1 = np...( size = S . shape ) # Add noise S /= S . std ( axis = 0 ) # Standardize...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html
    Mon Jun 30 13:50:27 UTC 2025
      97K bytes
      Cache
     
  9. Recursive feature elimination with cross-valida...

    n_informative = 3 , n_redundant = 2 , n_repeated = 0 , n_classes = 8 ,..., y = make_classification ( n_samples = 500 , n_features = n_features...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Mon Jun 30 13:50:27 UTC 2025
      98.7K bytes
      Cache
     
  10. Univariate Feature Selection — scikit-learn 1.7...

    y = load_iris ( return_X_y = True ) # Some noisy...y_train , y_test = train_test_split ( X , y , stratify = y , random_state...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Mon Jun 30 13:50:30 UTC 2025
      105.9K bytes
      Cache
     
Back to top