Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 1,938 for = (0.07 sec)

  1. SGD: Weighted samples — scikit-learn 1.6.1 docu...

    c = y , s = sample_weight , alpha = 0.9 , cmap = plt . cm...alpha = 0.01 , max_iter = 100 ) clf . fit ( X , y ) Z = clf ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html
    Mon May 19 12:53:15 UTC 2025
      93.4K bytes
      Cache
     
  2. export_graphviz — scikit-learn 1.6.1 documentation

    out_file = None , * , max_depth = None , feature_names = None ,..., class_names = None , label = 'all' , filled = False , leaves_parallel...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_graphviz.html
    Tue May 20 15:10:57 UTC 2025
      114.5K bytes
      Cache
     
  3. SVM Tie Breaking Example — scikit-learn 1.6.1 d...

    ()): svm = SVC ( kernel = "linear" , C = 1 , break_ties = break_ties...SVC X , y = make_blobs ( random_state = 27 ) fig , sub = plt . subplots...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html
    Mon May 19 12:53:18 UTC 2025
      94.8K bytes
      Cache
     
  4. Sparse inverse covariance estimation — scikit-l...

    cov /= d cov /= d [:, np . newaxis ] prec *= d prec *= d [:,..., size = n_samples ) X -= X . mean ( axis = 0 ) X /= X . std...
    scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html
    Tue May 20 15:10:55 UTC 2025
      108.3K bytes
      Cache
     
  5. Restricted Boltzmann Machine features for digit...

    mode = "constant" , weights = w ) . ravel () X = np . concatenate...X , y = datasets . load_digits ( return_X_y = True ) X = np ....
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Tue May 20 15:10:55 UTC 2025
      123.4K bytes
      Cache
     
  6. lars_path_gram — scikit-learn 1.6.1 documentation

    max_iter = 500 , alpha_min = 0 , method = 'lar' , copy_X = True ,..., verbose = 0 , return_path = True , return_n_iter = False , positive...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html
    Tue May 20 15:10:57 UTC 2025
      118.9K bytes
      Cache
     
  7. VotingClassifier — scikit-learn 1.6.1 documenta...

    voting = 'hard' , weights = None , n_jobs = None , flatten_transform...voting=’soft’ If voting=’soft’ and flatten_transform=True, transform...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Tue May 20 15:10:55 UTC 2025
      160.6K bytes
      Cache
     
  8. conditionBeanMap (includeQueryMap) | DBFlute

    [property-type] = map: { ; [condition-key] = map: { [table-name] = list:{[column-name]...String = map: { ; GreaterThan = map: {} ; LessThan = map: {}...
    dbflute.seasar.org/ja/manual/reference/dfprop/includequery/index.html
    Mon Apr 28 16:40:32 UTC 2025
      30.8K bytes
      Cache
     
  9. PassiveAggressiveRegressor — scikit-learn 1.6.1...

    C = 1.0 , fit_intercept = True , max_iter = 1000 , tol = 0.001...n_iter_no_change = 5 , shuffle = True , verbose = 0 , loss = 'epsilon_insensitive'...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html
    Tue May 20 15:10:57 UTC 2025
      155K bytes
      Cache
     
  10. Adjustment for chance in clustering performance...

    randint ( low = 0 , high = n_classes , size = n_samples ) Another...labels_a = random_labels ( n_samples = n_samples , n_classes = n_classes...
    scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html
    Tue May 20 15:10:55 UTC 2025
      112.7K bytes
      Cache
     
Back to top