Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 861 - 870 of 2,002 for = (0.06 sec)

  1. type_of_target — scikit-learn 1.7.0 documentation

    input_name = '' , raise_unknown = False ) [source] #...matrix. input_name str, default=”” The data name used to construct...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Thu Jul 03 11:42:06 UTC 2025
      112.6K bytes
      Cache
     
  2. 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
    Thu Jun 05 00:23:05 UTC 2025
      101.1K bytes
      Cache
     
  3. 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 Jul 03 11:42:05 UTC 2025
      6.6K bytes
     
  4. export_graphviz — scikit-learn 1.7.0 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
    Fri Jun 27 15:51:03 UTC 2025
      114K bytes
      Cache
     
  5. SGD: Weighted samples — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      93.4K bytes
      Cache
     
  6. GroupShuffleSplit — scikit-learn 1.7.0 document...

    splits=2, random_state=42, test_size=None, train_size=0.7) >>>...n_splits = 5 , * , test_size = None , train_size = None , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Thu Jul 03 11:42:06 UTC 2025
      128.4K bytes
      Cache
     
  7. Principal Component Regression vs Partial Least...

    mean = [ 0 , 0 ], cov = cov , size = n_samples ) pca = PCA ( n_components...label = f "Component { i } " , linewidth = 5 , color = f "C {...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Thu Jul 03 11:42:06 UTC 2025
      112.9K bytes
      Cache
     
  8. load_files — scikit-learn 1.7.0 documentation

    description = None , categories = None , load_content = True , shuffle...shuffle = True , encoding = None , decode_error = 'strict' , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_files.html
    Thu Jul 03 11:42:05 UTC 2025
      112K bytes
      1 views
      Cache
     
  9. SVM Tie Breaking Example — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:06 UTC 2025
      95K bytes
      Cache
     
  10. 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
    Thu Jul 03 11:42:06 UTC 2025
      108.3K bytes
      Cache
     
Back to top