Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 458 for f (0.04 sec)

  1. Comparing Target Encoder with Other Encoders — ...

    std = f "rmse_ { subset } _mean" , f "rmse_ { subset...index ], ) ax . set ( title = f "RMSE ( { subset . title () }...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Thu Feb 20 15:57:35 UTC 2025
      138.6K bytes
      Cache
     
  2. Visualizing the stock market structure — scikit...

    "F" : "Ford" , "HMC" : "Honda" ,...Fetching quote history for np.str_('F') Fetching quote history for np.str_('GD')...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Thu Feb 20 15:57:36 UTC 2025
      138.1K bytes
      Cache
     
  3. SVM-Anova: SVM with univariate feature selectio...

    f_classif from sklearn.pipeline..."anova" , SelectPercentile ( f_classif )), ( "scaler" , StandardScaler...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html
    Thu Feb 20 15:57:35 UTC 2025
      95.6K bytes
      Cache
     
  4. load_svmlight_file — scikit-learn 1.6.1 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
    Thu Feb 20 15:57:36 UTC 2025
      112.9K bytes
      Cache
     
  5. Ridge coefficients as a function of the L2 Regu...

    the true coefficients print ( f "The true coefficient of this...index = alphas , columns = [ f "Feature { i } " for i in range...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Thu Feb 20 15:57:35 UTC 2025
      103.2K bytes
      Cache
     
  6. 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
    Thu Feb 20 15:57:36 UTC 2025
      105K bytes
      Cache
     
  7. 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
    Thu Feb 20 15:57:36 UTC 2025
      102.1K bytes
      Cache
     
  8. Univariate Feature Selection — scikit-learn 1.6...

    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
    Thu Feb 20 15:57:36 UTC 2025
      105.8K bytes
      Cache
     
  9. 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
    Thu Feb 20 15:57:35 UTC 2025
      94.1K bytes
      Cache
     
  10. LeavePOut — scikit-learn 1.6.1 documentation

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Thu Feb 20 15:57:35 UTC 2025
      116.8K bytes
      Cache
     
Back to top