Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 388 for f (0.23 sec)

  1. 1.5. Stochastic Gradient Descent — scikit-learn...

    f(x_i)) = \max(0, 1 - y_i f(x_i))^2\) if \(y_i f(x_i) >...Classification. \(L(y_i, f(x_i)) = \max(0, 1 - y_i f(x_i))\) . Perceptron:...
    scikit-learn.org/stable/modules/sgd.html
    Fri Apr 25 09:06:52 UTC 2025
      87.5K bytes
      Cache
     
  2. 4.2. Permutation feature importance — scikit-le...

    print ( f " { diabetes . feature_names [ i ] : <8 } " ... f " { r...print ( f " { diabetes . feature_names [ i ] : <8 } " ... f " { r...
    scikit-learn.org/stable/modules/permutation_importance.html
    Fri Apr 25 09:06:52 UTC 2025
      55.9K bytes
      Cache
     
  3. auto_examples_python.zip

    randn(1000) f_test, _ = f_regression(X, y) f_test /= np.max(f_test)...with f_0, and negatively correlated with f_1 y = 5 * f_0 + np.sin(10...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Fri Apr 25 09:06:52 UTC 2025
      1.6M bytes
      6 views
     
  4. Download Elastic Cloud on Kubernetes | Elastic

    following commands: kubectl create -f https://download.elastic.co/d...Clipboard Copy kubectl apply -f https://download.elastic.co/d...
    www.elastic.co/downloads/elastic-cloud-kubernetes
    Mon Apr 21 01:19:21 UTC 2025
      438.6K bytes
      Cache
     
  5. plot_hgbt_regression.py

    print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri Apr 25 09:06:51 UTC 2025
      16.3K bytes
     
  6. 3.4. Metrics and scoring: quantifying the quali...

    The F-measure ( \(F_\beta\) and \(F_1\) measures) can...score, also known as balanced F-score or F-measure. fbeta_score (y_true,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Fri Apr 25 09:06:51 UTC 2025
      410.3K bytes
      Cache
     
  7. FeatureHasher — scikit-learn 1.6.1 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
    Fri Apr 25 09:06:51 UTC 2025
      129.3K bytes
      Cache
     
  8. 1.16. Probability calibration — scikit-learn 1....

    (y_i - \hat{f}_i)^2\] subject to \(\hat{f}_i \geq \hat{f}_j\) whenever...: \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\] where...
    scikit-learn.org/stable/modules/calibration.html
    Fri Apr 25 09:06:52 UTC 2025
      62.9K bytes
      Cache
     
  9. plot_hgbt_regression.rst.txt

    print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Fri Apr 25 09:06:52 UTC 2025
      22K bytes
     
  10. RepeatedStratifiedKFold — scikit-learn 1.6.1 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
    Fri Apr 25 09:06:51 UTC 2025
      121.6K bytes
      Cache
     
Back to top