Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 402 for f (0.16 sec)

  1. ShuffleSplit — scikit-learn 1.7.0 documentation

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...)): ... print ( f "Fold { i } :" ) ... print ( f " Train: index=...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Mon Jun 30 13:50:28 UTC 2025
      124.6K bytes
      Cache
     
  2. StratifiedGroupKFold — scikit-learn 1.7.0 docum...

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...print ( f " Test: index= { test_index } " ) ... print ( f " group=...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Mon Jun 30 13:50:27 UTC 2025
      129.9K bytes
      Cache
     
  3. 5.1. Partial Dependence and Individual Conditio...

    \mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...dependence of the response \(f\) at a point \(x_S\) is defined...
    scikit-learn.org/stable/modules/partial_dependence.html
    Mon Jun 30 13:50:28 UTC 2025
      60.8K bytes
      Cache
     
  4. plot_release_highlights_1_6_0.rst.txt

    y) print(f"Fitting the classifier took {(time.time()...threshold=0.9 ).fit(X, y) print( f"Fitting the threshold classifier...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_6_0.r...
    Sun Jun 01 04:47:39 UTC 2025
      11.7K bytes
     
  5. plot_hgbt_regression.zip

    print(f"Training sample size: {X_train.shape[0]}") print(f"Test...rint(f\"Test sample size: {X_test.shape[0]}\")\nprint(f\"Number...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Sun Jun 29 19:04:30 UTC 2025
      36.8K bytes
     
  6. decomposition.rst.txt

    F. Bach, J. Ponce, G. Sapiro, 2009..._ R. Jenatton, G. Obozinski, F. Bach, 2009 .. _kernel_PCA: Kernel...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      45.8K bytes
      5 views
     
  7. MLPRegressor — scikit-learn 1.7.0 documentation

    returns f(x) = x ‘logistic’, the logistic...logistic sigmoid function, returns f(x) = 1 / (1 + exp(-x)). ‘tanh’,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Sun Jun 29 19:04:30 UTC 2025
      163.6K bytes
      Cache
     
  8. RepeatedStratifiedKFold — scikit-learn 1.7.0 do...

    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.RepeatedStratifiedKFold.html
    Mon Jun 30 13:50:30 UTC 2025
      121.6K bytes
      Cache
     
  9. preprocessing.rst.txt

    formula :math:`G^{-1}(F(X))` where :math:`F` is the cumulative distribution...distribution function :math:`F` then :math:`F(X)` is uniformly distributed...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Jun 30 13:50:27 UTC 2025
      52.9K bytes
     
  10. FeatureHasher — scikit-learn 1.7.0 documentation

    'run' : 5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[..."bird" ]] >>> f = h . transform ( raw_X ) >>> f . toarray () array([[...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Mon Jun 30 13:50:27 UTC 2025
      128.8K bytes
      Cache
     
Back to top