Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 273 for f (0.04 sec)

  1. 4.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 May 06 15:50:58 UTC 2024
      41.4K bytes
      Cache
     
  2. sklearn.model_selection.RepeatedStratifiedKFold...

    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 May 06 15:51:00 UTC 2024
      31K bytes
      Cache
     
  3. sklearn.neural_network.MLPRegressor — scikit-le...

    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
    Mon May 06 15:51:00 UTC 2024
      62.5K bytes
      Cache
     
  4. sklearn.model_selection.StratifiedShuffleSplit ...

    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.StratifiedShuffleSplit.html
    Mon May 06 15:50:58 UTC 2024
      32.3K bytes
      Cache
     
  5. sklearn.metrics.precision_score — scikit-learn ...

    imbalance; it can result in an F-score that is not between precision...t Compute precision, recall, F-measure and support for each class....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Mon May 06 15:50:58 UTC 2024
      34K bytes
      Cache
      Similar Results (1)
     
  6. sklearn.model_selection.GroupKFold — scikit-lea...

    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.GroupKFold.html
    Mon May 06 15:51:00 UTC 2024
      36.8K bytes
      Cache
     
  7. sklearn.feature_extraction.FeatureHasher — scik...

    '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 May 06 15:51:00 UTC 2024
      47K bytes
      Cache
     
  8. sklearn.model_selection.GroupShuffleSplit — sci...

    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.GroupShuffleSplit.html
    Mon May 06 15:50:58 UTC 2024
      39.2K bytes
      Cache
     
  9. 1.17. Neural network models (supervised) — scik...

    algorithm that learns a function \(f(\cdot): R^m \rightarrow R^o\)...neuron MLP learns the function \(f(x) = W_2 g(W_1^T x + b_1) + b_2\)...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Mon May 06 15:51:00 UTC 2024
      46.3K bytes
      Cache
     
  10. sklearn.feature_selection.chi2 — scikit-learn 1...

    See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Mon May 06 15:51:01 UTC 2024
      20.6K bytes
      Cache
     
Back to top