Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 1,992 for = (1.1 sec)

  1. SparseRandomProjection — scikit-learn 1.6.1 doc...

    n_components = 'auto' , * , density = 'auto' , eps = 0.1 , dense_output...dense_output = False , compute_inverse_components = False , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html
    Thu Apr 17 23:17:18 UTC 2025
      136.2K bytes
      Cache
     
  2. Decision Boundaries of Multinomial and One-vs-R...

    n_samples = 1_000 , centers = centers , random_state = 40 ) transformation..., ax = plt . subplots ( figsize = ( 6 , 4 )) scatter = ax . scatter...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html
    Sat Apr 19 00:31:22 UTC 2025
      110.7K bytes
      Cache
     
  3. Poisson regression and non-normal loss — scikit...

    axes = plt . subplots ( nrows = 2 , ncols = 4 , figsize = ( 16..., ax = plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Sat Apr 19 00:31:22 UTC 2025
      171.7K bytes
      Cache
     
  4. OneHotEncoder — scikit-learn 1.6.1 documentation

    categories='auto' , drop=None , sparse_output=True , dtype=<class...handle_unknown='error' , min_frequency=None , max_categories=None , ...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Sat Apr 19 00:31:20 UTC 2025
      169.5K bytes
      Cache
     
  5. TunedThresholdClassifierCV — scikit-learn 1.6.1...

    thresholds = 100 , cv = None , refit = True , n_jobs = None , random_state...weights = [ 0.9 , 0.1 ], class_sep = 0.8 , random_state = 42 ......
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Thu Apr 17 23:17:18 UTC 2025
      149.4K bytes
      Cache
     
  6. Multilabel classification — scikit-learn 1.6.1 ...

    if transform == "pca" : X = PCA ( n_components = 2 ) . fit_transform...elif transform == "cca" : X = CCA ( n_components = 2 ) . fit ( X...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Sat Apr 19 00:31:22 UTC 2025
      106.2K bytes
      Cache
     
  7. Plot multi-class SGD on the iris dataset — scik...

    mean ( axis = 0 ) std = X . std ( axis = 0 ) X = ( X - mean ) /...dataset X = iris . data [:, : 2 ] y = iris . target colors = "bry"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html
    Sat Apr 19 00:31:21 UTC 2025
      94.8K bytes
      Cache
     
  8. plot_multi_metric_evaluation.rst.txt

    py: ========== Demonstration of multi-metric...cross_val_score and GridSearchCV ========== Multiple metric parameter...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Thu Apr 17 23:17:16 UTC 2025
      6.6K bytes
     
  9. 「0627〆【エンティティ】単語タグ付け作業-追加募集_0619」の仕事依頼【ジョブハブ】

    上記内容をご確認いただき、エントリー・提案をお願い致します。...
    jobhub.jp/jobs/39432
    Sat Apr 19 00:25:44 UTC 2025
      32.8K bytes
      12 views
      Cache
     
  10. Plot class probabilities calculated by the Voti...

    random_state = 123 ) clf2 = RandomForestClassifi ( n_estimators = 100..., random_state = 123 ) clf3 = GaussianNB () X = np . array ([[...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html
    Sat Apr 19 00:31:21 UTC 2025
      101.1K bytes
      Cache
     
Back to top