Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 241 - 250 of 1,182 for f (0.09 seconds)

  1. Sample pipeline for text feature extraction and...

    ) print ( f "Loading 20 newsgroups dataset...data_train . target_names ) print ( f " { len ( data_train . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Dec 15 15:02:30 GMT 2025
      190K bytes
      Cache
     
  2. Failure of Machine Learning to infer causal eff...

    y_pred_with_ability ) print ( f "R2 score with ability: {...y_pred_without_ability ) print ( f "R2 score without ability:...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Mon Dec 15 15:02:30 GMT 2025
      109.5K bytes
      Cache
     
  3. Permutation Importance with Multicollinear or C...

    y_train ) print ( f "Baseline accuracy on test...with features removed:" f " { clf_sel . score ( X_test_sel...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Mon Dec 15 15:02:30 GMT 2025
      117.1K bytes
      Cache
     
  4. Class Likelihood Ratios to measure classificati...

    random_state = 0 ) print ( f "Percentage of people carrying...replace_undefined_by = 1.0 ) print ( f "LR+: { pos_LR : .3f } "...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Mon Dec 15 15:02:31 GMT 2025
      143.1K bytes
      Cache
     
  5. l1_min_c — scikit-learn 1.8.0 documentation

    random_state = 42 ) >>> print ( f " { l1_min_c ( X , y , loss...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Mon Dec 15 15:02:30 GMT 2025
      111.3K bytes
      Cache
     
  6. SplineTransformer — scikit-learn 1.8.0 do...

    F’}, default=’C’ Order of output...output array in the dense case. 'F' order is faster to compute, but...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Mon Dec 15 15:02:31 GMT 2025
      145.2K bytes
      Cache
     
  7. Compare Stochastic learning strategies for MLPC...

    ( "Training set score: %f " % mlp . score ( X , y ))...print ( "Training set loss: %f " % mlp . loss_ ) for mlp...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Mon Dec 15 15:02:33 GMT 2025
      105.2K bytes
      Cache
     
  8. test.ipynb

    " print(f\"Searching for: {query}\")\n",...
    raw.githubusercontent.com/codelibs/fess-testdata/master/files/notebooks/test.ipynb
    Mon Dec 22 00:11:33 GMT 2025
      3.3K bytes
     
  9. Hyperparameter — scikit-learn 1.8.0 docum...

    in sorted ( params ): print ( f " { key } : { params [ key...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Mon Dec 15 15:02:31 GMT 2025
      117.1K bytes
      Cache
     
  10. Various Agglomerative Clustering on a 2D embedd...

    marker = f "$ { digit } $" , s...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html
    Mon Dec 15 15:02:30 GMT 2025
      95.2K bytes
      Cache
     
Back to Top