Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 821 - 830 of over 10,000 for 2 (0.18 seconds)

  1. SVM: Weighted samples — scikit-learn 1.8....

    n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Mon Dec 22 11:58:29 GMT 2025
      93.4K bytes
      Cache
     
  2. smacof — scikit-learn 1.8.0 documentation

    2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>>...metric = True , n_components = 2 , init = None , n_init = 'warn'...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Mon Dec 22 11:58:31 GMT 2025
      117.7K bytes
      Cache
     
  3. 1.5. Stochastic Gradient Descent — scikit...

    := \frac{1}{2} \sum_{j=1}^{m} w_j^2 = ||w||_2^2\) , \(L_1\) norm:...>>> clf . predict ([[ 2. , 2. ]]) array([1]) SGD fits a...
    scikit-learn.org/stable/modules/sgd.html
    Mon Dec 22 11:58:31 GMT 2025
      90.1K bytes
      Cache
     
  4. Configuración Básica del Rastreador

    Ejecutar todos los días a las 2 AM 0 0 2 * * ? # Ejecutar cada hora...programador 0 0 2 * * ? # Todos los días a las 2 AM Configuración...
    fess.codelibs.org/es/15.3/config/crawler-basic.html
    Mon Dec 22 02:42:39 GMT 2025
      64.5K bytes
      Cache
     
  5. Caching nearest neighbors — scikit-learn ...

    2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 ]..., axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes [...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Mon Dec 22 11:58:29 GMT 2025
      93.2K bytes
      Cache
     
  6. extract_patches_2d — scikit-learn 1.8.0 d...

    ( 2 , 2 )) >>> print ( 'Patches...shape )) Patches shape: (272214, 2, 2, 3) >>> # Here are...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html
    Mon Dec 22 11:58:31 GMT 2025
      112.3K bytes
      Cache
     
  7. label_binarize — scikit-learn 1.8.0 docum...

    2 , 4 , 6 ]) array([[1, 0, 0, 0],...6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0, 0], [0, 1,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Mon Dec 22 11:58:31 GMT 2025
      110.7K bytes
      Cache
     
  8. 8.3. Generated datasets — scikit-learn 1....

    "n_classes" : 2 }, { "n_informative" : 2 , "n_c..._class" : 2 , "n_classes" : 2 }, { "n_informative"...
    scikit-learn.org/stable/datasets/sample_generators.html
    Mon Dec 22 11:58:30 GMT 2025
      56.7K bytes
      Cache
     
  9. MiniBatchDictionaryLearning — scikit-lear...

    X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Mon Dec 22 11:58:31 GMT 2025
      150.6K bytes
      Cache
     
  10. LarsCV — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Mon Dec 22 11:58:29 GMT 2025
      142.4K bytes
      Cache
     
Back to Top