Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1161 - 1170 of over 10,000 for 2 (0.41 seconds)

Filter
  1. 1.11. Ensembles: Gradient boosting, random fore...

    features 1 and 2. But note that features 0 and 2 are forbidden...Right split at feature 2 has only group {1, 2} from now on. LightGBM...
    scikit-learn.org/stable/modules/ensemble.html
    Mon Mar 23 20:39:21 UTC 2026
      38.6K bytes
      Cache
     
  2. RBF — scikit-learn 1.8.0 documentation

    x_j)^2}{2l^2} \right)\] where \(l\) is the...very smooth. See [2] , Chapter 4, Section 4.2, for further details...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  3. euclidean_distances — scikit-learn 1.8.0 docume...

    x ) - 2 * dot ( x , y ) + dot ( y , y...dot-products of vectors in Y (e.g., (Y**2).sum(axis=1) ) May be ignored...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html
    Mon Mar 23 20:39:21 UTC 2026
      14K bytes
      Cache
     
  4. LeaveOneOut — scikit-learn 1.8.0 documentation

    2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>> loo...>>> loo . get_n_splits ( X ) 2 >>> print ( loo ) LeaveOneOut()...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Mon Mar 23 20:39:23 UTC 2026
      14.1K bytes
      Cache
     
  5. SVM with custom kernel — scikit-learn 1.8.0 doc...

    : 2 ] # we only take the first two...""" We create a custom kernel: (2 0) k(X, Y) = X ( ) Y.T (0 1) """...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Mon Mar 23 20:39:21 UTC 2026
      15.2K bytes
      Cache
     
  6. Learn the basics of Python

    = 2 . 1 . 0 ,>= 2 . 0 . 0 # Apache- 2 . 0 WebOb >=...“final” version of Python 2, version 2.7, was released in 2010....
    developer.ibm.com/articles/python-overview-and-basics/
    Tue Mar 17 04:25:30 UTC 2026
      22.4K bytes
      1 views
      Cache
     
  7. Installation mit Docker (Detailliert)

    ist installiert Docker Compose 2.0 oder höher ist installiert Überprüfung...ose-opensearch3.yaml Methode 2: Repository mit Git klonen Wenn...
    fess.codelibs.org/de/15.4/install/install-docker.html
    Mon Feb 09 02:45:13 UTC 2026
      49.7K bytes
      Cache
     
  8. Documentation

    fichiers Méthode 2 : Clonage du dépôt avec Git Étape 2 : Vérification...Installation d’OpenSearch Étape 2 : Installation de Fess Étape 3...
    fess.codelibs.org/fr/documentation.html
    Mon Mar 23 02:52:53 UTC 2026
      516.1K bytes
      Cache
     
  9. Fess Installation Guide

    Step 1: Install OpenSearch Step 2: Install Fess Step 3: Startup...Obtain Docker Compose Files Step 2: Review Docker Compose Files Step...
    fess.codelibs.org/15.4/install/index.html
    Mon Feb 09 02:42:14 UTC 2026
      39K bytes
      1 views
      Cache
     
  10. plot_multi_metric_evaluation.py

    range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...ax.plot( [ X_axis[best_index], ] * 2, [0, best_score], linestyle="-.",...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Tue Mar 17 03:44:39 UTC 2026
      1.4K bytes
     
Back to Top