Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 402 for f (0.11 sec)

  1. Principal Component Regression vs Partial Least...

    label = f "Component { i } " , linewidth = 5 , color = f "C { i...the mean of the target. print ( f "PCR r-squared { pcr . score (...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Mon Jun 30 13:50:29 UTC 2025
      112.9K bytes
      Cache
     
  2. Visualizing the probabilistic predictions of a ...

    predict_probas ): print ( f " { est_name } 's predicted probabilities:...average of soft-predictions: " f " { np . dot ( weights , predict_probas...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Mon Jun 30 13:50:27 UTC 2025
      175.2K bytes
      Cache
     
  3. load_svmlight_file — scikit-learn 1.7.0 documen...

    load_svmlight_file ( f , * , n_features=None , dtype=<class...mblondel/svmlight-loader Parameters : f str, path-like, file-like or int...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html
    Mon Jun 30 13:50:30 UTC 2025
      112.4K bytes
      Cache
     
  4. Lagged features for time series forecasting — s...

    alias ( f "lagged_count_ { i } h" ) for...deviation from now on. print ( f "CV MAPE: { cv_mape_scores . mean...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Mon Jun 30 13:50:30 UTC 2025
      162.8K bytes
      Cache
     
  5. Recognizing hand-written digits — scikit-learn ...

    set_title ( f "Prediction: { prediction } "...classification metrics. print ( f "Classification report for classifier...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Mon Jun 30 13:50:30 UTC 2025
      102K bytes
      Cache
     
  6. dbflute-0.9.0.zip

    Hex {{ digit | a-f | A-F } {digit | a-f | A-F }} [...] The hexadecimal...String pattern = ab([^d]*)d([^f]*)f; public void RegexpTest(String);...
    dbflute.seasar.org/download/dbflute/dbflute-0.9.0.zip
    Fri Jun 13 09:55:27 UTC 2025
      7.9M bytes
      9 views
     
  7. Semi-supervised Classification on a Text Datase...

    "Supervised SGDClassifier on 100 % o f the data:" ) eval_and_print_metrics..."Supervised SGDClassifier on 20 % o f the training data:" ) eval_and_print_metrics...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Mon Jun 30 13:50:27 UTC 2025
      105.2K bytes
      Cache
     
  8. Recursive feature elimination with cross-valida...

    n_features = 15 feat_names = [ f "feature_ { i } " for i in range...rfecv . fit ( X , y ) print ( f "Optimal number of features: {...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Mon Jun 30 13:50:27 UTC 2025
      98.7K bytes
      Cache
     
  9. Univariate Feature Selection — scikit-learn 1.7...

    f_classif selector = SelectKBest ( f_classif , k...Univariate feature selection with F-test for feature scoring. We use...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Mon Jun 30 13:50:30 UTC 2025
      105.9K bytes
      Cache
     
  10. A demo of structured Ward hierarchical clusteri...

    print ( f "Number of pixels: { label . size } " ) print ( f "Number...rescaled_coins . shape ) print ( f "Elapsed time: { time . time ()...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html
    Mon Jun 30 13:50:30 UTC 2025
      94.3K bytes
      Cache
     
Back to top