Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 751 - 760 of 2,535 for = (0.07 sec)

  1. FeatureUnion — scikit-learn 1.5.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
    Fri Nov 22 23:53:26 UTC 2024
      135.3K bytes
      Cache
     
  2. ClassifierMixin — scikit-learn 1.5.2 documentation

    >>> estimator = MyEstimator ( param = 1 ) >>> X = np . array ([[...self , * , param = 1 ): ... self . param = param ... def fit...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Fri Nov 22 23:53:27 UTC 2024
      112.9K bytes
      Cache
     
  3. 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
    Tue Nov 12 15:10:59 UTC 2024
      18.1K bytes
      Cache
     
  4. 1.4. Support Vector Machines — scikit-learn 1.5...

    >>> X = [[ 0 , 0 ], [ 1 , 1 ]] >>> y = [ 0 , 1 ] >>> clf = svm...(default=’ovr’). >>> X = [[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> Y = [ 0...
    scikit-learn.org/stable/modules/svm.html
    Fri Nov 22 23:53:26 UTC 2024
      124.9K bytes
      Cache
     
  5. Birch — scikit-learn 1.5.2 documentation

    threshold = 0.5 , branching_factor = 50 , n_clusters = 3 , compute_labels...compute_labels = True , copy = True ) [source] # Implements the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Fri Nov 22 23:53:26 UTC 2024
      136.4K bytes
      Cache
     
  6. Nearest Centroid Classification — scikit-learn ...

    c = y , cmap = cmap_bold , edgecolor = "k" , s = 20 ) plt...shrinkage , np . mean ( y == y_pred )) _ , ax = plt . subplots () DecisionBoundaryDisp...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Fri Nov 22 23:53:27 UTC 2024
      86.5K bytes
      Cache
     
  7. set_config — scikit-learn 1.5.2 documentation

    assume_finite = None , working_memory = None , print_changed_only = None...None , display = None , pairwise_dist_chunk_size = None , enabl...
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Fri Nov 22 23:53:26 UTC 2024
      118.9K bytes
      Cache
     
  8. resample — scikit-learn 1.5.2 documentation

    replace = True , n_samples = None , random_state = None , stratify...y , n_samples = 5 , replace = False , stratify = y , ... random_state...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Thu Nov 21 22:17:08 UTC 2024
      110.9K bytes
      Cache
     
  9. Ridge coefficients as a function of the L2 Regu...

    w = make_regression ( n_samples = 100 , n_features = 10 ,...n_informative = 8 , coef = True , random_state = 1 ) # Obtain...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Fri Nov 22 23:53:26 UTC 2024
      98.9K bytes
      Cache
     
  10. Bisecting K-Means and Regular K-Means Performan...

    data n_samples = 10000 random_state = 0 X , _ = make_blobs ( n_samples...n_samples = n_samples , centers = 2 , random_state = random_state...
    scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html
    Fri Nov 22 23:53:26 UTC 2024
      86.2K bytes
      Cache
     
Back to top