Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 2,023 for = (0.38 sec)

  1. plot_pca_iris.ipynb

    projection=\"3d\", elev=-150, azim=110)\n\nX_reduced = PCA(n_c...PCA\n\nfig = plt.figure(1, figsize=(8, 6))\nax = fig.add_subplot(111,...
    scikit-learn.org/stable/_downloads/46b6a23d83637bf0f381ce9d8c528aa2/plot_pca_iris.ipynb
    Sat Aug 23 16:32:03 UTC 2025
      4.9K bytes
     
  2. LedoitWolf — scikit-learn 1.7.1 documentation

    store_precision = True , assume_centered = False , block_size = 1000 )...], ... cov = real_cov , ... size = 50 ) >>> cov = LedoitWolf...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Sat Aug 23 16:32:03 UTC 2025
      133.5K bytes
      Cache
     
  3. OneVsOneClassifier — scikit-learn 1.7.1 documen...

    shuffle = True , random_state = 0 ) >>> clf = OneVsOneClassifier...LinearSVC >>> X , y = load_iris ( return_X_y = True ) >>> X_train...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Sat Aug 23 16:32:04 UTC 2025
      142.2K bytes
      Cache
     
  4. DummyClassifier — scikit-learn 1.7.1 documentation

    strategy = 'prior' , random_state = None , constant = None ) [source]...predictions when strategy='stratified' or strategy='uniform' . Pass an...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Sat Aug 23 16:32:04 UTC 2025
      142.7K bytes
      Cache
     
  5. Tags — scikit-learn 1.7.1 documentation

    rTags | None = None , array_api_support: bool = False , no_validation:...no_validation: bool = False , non_deterministic: bool = False , requires_fit:...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html
    Fri Aug 22 18:00:29 UTC 2025
      110.8K bytes
      Cache
     
  6. validate_data — scikit-learn 1.7.1 documentation

    X = 'no_validation' , y = 'no_validation' , reset = True ,...validate_separately = False , skip_check_array = False , ** check_params...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.validate_data.html
    Wed Aug 20 16:02:08 UTC 2025
      115K bytes
      Cache
     
  7. hamming_loss — scikit-learn 1.7.1 documentation

    hamming_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 ,..., y_pred , * , sample_weight = None ) [source] # Compute the...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Sat Aug 23 16:32:03 UTC 2025
      111.9K bytes
      Cache
     
  8. リクエストの全記録、InOutログ | LastaFlute

    versionNo=0, memberName=, memberStatus=FML, update=Update, memberAccount=Pixy,...versionNo=0, memberName=, memberStatus=FML, update=Update, memberAccount=Pixy,...
    dbflute.seasar.org/ja/lastaflute/howto/action/logging/inoutlog.html
    Tue Aug 12 02:41:09 UTC 2025
      17.2K bytes
      1 views
      Cache
     
  9. d2_absolute_error_score — scikit-learn 1.7.1 do...

    sample_weight = None , multioutput = 'uniform_average' )... >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Sat Aug 23 16:32:04 UTC 2025
      113.1K bytes
      Cache
     
  10. Parallel — scikit-learn 1.7.1 documentation

    return_as = 'list' , verbose = default(0) , timeout = None , pre_dispatch...pre_dispatch = '2 * n_jobs' , batch_size = 'auto' , temp_folder = default(None)...
    scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.Parallel.html
    Fri Aug 22 18:00:33 UTC 2025
      113.7K bytes
      Cache
     
Back to top