Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1291 - 1300 of 1,971 for = (0.08 sec)

  1. Density Estimation for a Gaussian mixture — sci...

    CS = plt . contour ( X , Y , Z , norm = LogNorm ( vmin = 1.0...CB = plt . colorbar ( CS , shrink = 0.8 , extend = "both" ) plt...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html
    Sat Oct 11 07:51:27 UTC 2025
      93.1K bytes
      Cache
     
  2. RANSACRegressor — scikit-learn 1.7.2 documentation

    estimator = None , * , min_samples = None , residual_threshold = None...is_data_valid = None , is_model_valid = None , max_trials = 100 , max_skips...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Sat Oct 11 07:51:26 UTC 2025
      143.5K bytes
      Cache
     
  3. Kernel Density Estimation — scikit-learn 1.7.2 ...

    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
    Sat Oct 11 07:51:25 UTC 2025
      93.9K bytes
      Cache
     
  4. LeavePOut — scikit-learn 1.7.2 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
    Sat Oct 11 07:51:27 UTC 2025
      116.4K bytes
      Cache
     
  5. 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
    Sat Oct 11 07:51:26 UTC 2025
      97K bytes
      Cache
     
  6. Seasar(S2Container)の取扱い | DBFlute

    <include path="convention.dicon"/> <include path="aop.dicon"/>...path="aop.dicon"/> <include path="dbflute.dicon"/> ... </components> SeasarのDicon構造...
    dbflute.seasar.org/ja/manual/reference/diway/seasar/index.html
    Mon Sep 15 10:51:18 UTC 2025
      24.2K bytes
      Cache
     
  7. BaggingClassifier — scikit-learn 1.7.2 document...

    special cases with k == 1 , otherwise k==n_classes . fit ( X ,...estimator = None , n_estimators = 10 , * , max_samples = 1.0 , max_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
    Sat Oct 11 07:51:27 UTC 2025
      153.5K bytes
      Cache
     
  8. SelectFromModel — scikit-learn 1.7.2 documentation

    threshold = None , prefit = False , norm_order = 1 , max_features...max_features = None , importance_getter = 'auto' ) [source] # Meta-transformer...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html
    Sat Oct 11 07:51:27 UTC 2025
      147.5K bytes
      Cache
     
  9. ExtraTreeClassifier — scikit-learn 1.7.2 docume...

    criterion = 'gini' , splitter = 'random' , max_depth = None , min_samples_split...min_weight_fraction_leaf = 0.0 , max_features = 'sqrt' , random_state = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Thu Oct 09 16:57:48 UTC 2025
      165.6K bytes
      Cache
     
  10. 3.1. Cross-validation: evaluating estimator per...

    kernel = 'linear' , C = 1 , random_state = 0 ) >>> scores = cross_validate...(60,)) >>> clf = svm . SVC ( kernel = 'linear' , C = 1 ) . fit (...
    scikit-learn.org/stable/modules/cross_validation.html
    Sat Oct 11 07:51:26 UTC 2025
      162.2K bytes
      1 views
      Cache
     
Back to top