Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 1,971 for = (0.22 sec)

  1. Demo of affinity propagation clustering algorit...

    ): class_members = labels == k cluster_center = X [ cluster_centers_indices...labels_true = make_blobs ( n_samples = 300 , centers = centers ,...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Sat Oct 11 07:51:26 UTC 2025
      97.5K bytes
      Cache
     
  2. Underfitting vs. Overfitting — scikit-learn 1.7...

    0 ) n_samples = 30 degrees = [ 1 , 4 , 15 ] X = np . sort ( np...ax , xticks = (), yticks = ()) polynomial_features = PolynomialFeatures...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Sat Oct 11 07:51:27 UTC 2025
      98.7K bytes
      Cache
     
  3. BayesianGaussianMixture — scikit-learn 1.7.2 do...

    reg_covar = 1e-06 , max_iter = 100 , n_init = 1 , init_params = 'kmeans'...n_components = 1 , covariance_type = 'full' , tol = 0.001 , reg_covar...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Sat Oct 11 07:51:25 UTC 2025
      152.9K bytes
      Cache
     
  4. LassoLarsIC — scikit-learn 1.7.2 documentation

    criterion = 'aic' , * , fit_intercept = True , verbose = False ,..., precompute = 'auto' , max_iter = 500 , eps = np.float64(2....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Sat Oct 11 07:51:25 UTC 2025
      145.6K bytes
      Cache
     
  5. inplace_csr_row_normalize_l2 — scikit-learn 1.7...

    indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices = np . array...>>> data = np . array ([ 1.0 , 2.0 , 3.0 , 4.0 ]) >>> X = csr_matrix...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Thu Oct 09 16:57:45 UTC 2025
      107.8K bytes
      Cache
     
  6. clone — scikit-learn 1.7.2 documentation

    0 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression...clone ( estimator , * , safe = True ) [source] # Construct a...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Sat Oct 11 07:51:27 UTC 2025
      108.8K bytes
      Cache
     
  7. ClassNamePrefixFeaturesOutMixin — scikit-learn ...

    y = None ): ... self . _n_features_out = X . shape [...dtype=object) get_feature_names_out ( input_features = None )...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.html
    Sat Oct 11 07:51:25 UTC 2025
      110K bytes
      Cache
     
  8. map型プロパティ | DBFlute

    @mapprop map: {AAA= BBB ; CCC = DDD } # {AAA=BBB;CCC=DDD} と同じ 定義値の中の空白や改行...@mapprop map: {AAA= BB B ; CCC = DD D } # {AAA=BBB;CCC=DD D} と同じ # 値の中の改行は保持されない...
    dbflute.seasar.org/ja/manual/reference/dfprop/mapprop.html
    Mon Sep 15 10:51:18 UTC 2025
      18.1K bytes
      Cache
     
  9. FeatureUnion — scikit-learn 1.7.2 documentation

    n_jobs = None , transformer_weights = None , verbose = False ,...union = FeatureUnion ([( "pca" , PCA ( n_components = 1 )), ......
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Sat Oct 11 07:51:27 UTC 2025
      134.5K bytes
      Cache
     
  10. AffinityPropagation — scikit-learn 1.7.2 docume...

    damping = 0.5 , max_iter = 200 , convergence_iter = 15 , copy...copy = True , preference = None , affinity = 'euclidean' , verbose...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Sat Oct 11 07:51:25 UTC 2025
      130.6K bytes
      1 views
      Cache
     
Back to top