Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1051 - 1060 of 8,239 for 2 (0.15 seconds)

  1. make_scorer — scikit-learn 1.8.0 document...

    beta = 2 ) >>> ftwo_scorer ma...response_method='predict', beta=2) >>> from sklearn.model_selection...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html
    Mon Dec 29 13:14:48 GMT 2025
      115.5K bytes
      Cache
     
  2. Varying regularization in Multi-layer Perceptro...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Mon Dec 29 13:14:49 GMT 2025
      108.7K bytes
      Cache
     
  3. Plot classification probability — scikit-...

    figsize = ( 4 * 2.2 , n_classifiers * 2.2 ), ) evaluation_results...load_iris () X = iris . data [:, 0 : 2 ] # we only take the first two...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Mon Dec 29 13:14:48 GMT 2025
      125.9K bytes
      Cache
     
  4. 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 29 13:14:48 GMT 2025
      93.2K bytes
      Cache
     
  5. average_precision_score — scikit-learn 1....

    2 , 2 ]) >>> y_scores = np...], ... [ 0.2 , 0.3 , 0.5 ], ... [ 0.4 , 0.4 , 0.2 ], ... [ 0.1...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Mon Dec 29 13:14:48 GMT 2025
      116.5K bytes
      Cache
     
  6. SpectralBiclustering — scikit-learn 1.8.0...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Mon Dec 29 13:14:49 GMT 2025
      131.2K bytes
      Cache
     
  7. SVR — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Mon Dec 29 13:14:48 GMT 2025
      145.6K bytes
      Cache
     
  8. max_error — scikit-learn 1.8.0 documentation

    2 , 7 , 1 ] >>> y_pred = [ 4 , 2 , 7 , 1 ]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.max_error.html
    Mon Dec 29 13:14:49 GMT 2025
      106.5K bytes
      Cache
     
  9. Get started with Open Source - IBM Developer

    2 Reasoning and Vision models Build...image analysis with Granite 3.2 Reasoning and Vision models Build...
    developer.ibm.com/get-started/open-source/
    Mon Dec 29 12:04:28 GMT 2025
      646.3K bytes
      Cache
     
  10. Recursive feature elimination with cross-valida...

    The introduction of 2 additional redundant (i.e. correlated)...n_informative = 3 , n_redundant = 2 , n_repeated = 0 , n_classes =...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Mon Dec 29 13:14:48 GMT 2025
      98.4K bytes
      Cache
     
Back to Top