Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 2,737 for 2 (0.07 sec)

  1. Online learning of a dictionary of parts of fac...

    2 , 4 )) for i , patch in enumerate...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Fri Nov 08 17:29:41 UTC 2024
      94.4K bytes
      Cache
     
  2. Model-based and sequential feature selection — ...

    2 area (worst): 185.2 4254.0 smoothness (worst):...Since we want to select only 2 features, we will set this threshold...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Fri Nov 08 17:29:42 UTC 2024
      118.2K bytes
      Cache
     
  3. 1.10. Decision Trees — scikit-learn 1.5.2 docum...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...
    scikit-learn.org/stable/modules/tree.html
    Fri Nov 08 17:29:41 UTC 2024
      91.5K bytes
      Cache
     
  4. Restricted Boltzmann Machine features for digit...

    2 , random_state = 0 ) Models definition...0.08s [BernoulliRBM] Iteration 2, pseudo-likelihood = -23.68, time...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Fri Nov 08 17:29:41 UTC 2024
      118.8K bytes
      Cache
     
  5. 1.16. Probability calibration — scikit-learn 1....

    reliability diagrams (Wilks 1995 [ 2 ] ), compare how well the probabilistic...in this dataset which contains 2 redundant features. RandomForestClassifi...
    scikit-learn.org/stable/modules/calibration.html
    Fri Nov 08 17:29:41 UTC 2024
      63.1K bytes
      Cache
     
  6. 11. Dispatching — scikit-learn 1.5.2 documentation

    2. Support for Array API -compatible...
    scikit-learn.org/stable/dispatching.html
    Fri Nov 08 17:29:42 UTC 2024
      30.7K bytes
      Cache
     
  7. ndcg_score — scikit-learn 1.5.2 documentation

    2 , .3 , 4 , 70 ]]) >>> ndcg_score...predictions: (10 / 10 + 5 / 10) / 2 = .75 >>> ndcg_score ( true_relevance...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Fri Nov 08 17:29:41 UTC 2024
      112.7K bytes
      Cache
     
  8. config_context — scikit-learn 1.5.2 documentation

    2. transform_output str, default=None...unchanged Added in version 1.2. Added in version 1.4: "polars"...
    scikit-learn.org/stable/modules/generated/sklearn.config_context.html
    Fri Nov 08 17:29:41 UTC 2024
      115.6K bytes
      Cache
     
  9. Ordinary Least Squares and Ridge Regression Var...

    2 ] . T np . random . seed ( 0 ).... random . normal ( size = ( 2 , 1 )) + X_train clf . fit ( this_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Fri Nov 08 17:29:42 UTC 2024
      86K bytes
      Cache
     
  10. L1 Penalty and Sparsity in Logistic Regression ...

    %s " % l1_ratio ) axes_row [ 2 ] . set_title ( "L2 penalty" )...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Fri Nov 08 17:29:42 UTC 2024
      95K bytes
      Cache
     
Back to top