Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 861 - 870 of 2,934 for 1 (0.25 sec)

  1. Probability Calibration curves — scikit-learn 1...

    1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name...calibrated_df , 0 , 1 ) proba_neg_class = 1 - proba_pos_class proba...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Mon Nov 03 14:20:03 UTC 2025
      143.5K bytes
      Cache
     
  2. l1_min_c — scikit-learn 1.7.2 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...intercept_scaling float, default=1.0 When fit_intercept is True,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Mon Nov 03 14:20:04 UTC 2025
      110.7K bytes
      Cache
     
  3. Multiclass Receiver Operating Characteristic (R...

    1 ], [ 0 , 1 ], "k--" , label = "Chance...xlim = ( - 0.01 , 1.01 ), ylim = ( - 0.01 , 1.01 ), ) We confirm...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Mon Nov 03 14:20:03 UTC 2025
      150.8K bytes
      Cache
     
  4. unique_labels — scikit-learn 1.7.2 documentation

    unique_labels ([ 1 , 2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4])...unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2, 5, 10, 11])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html
    Mon Oct 20 15:12:26 UTC 2025
      106.8K bytes
      Cache
     
  5. ridge_regression — scikit-learn 1.7.2 documenta...

    0 ] - 1.0 * X [:, 1 ] + 0.1 * rng . standard_normal...random_state = 0 ) >>> coef array([ 1.97, -1., -2.69e-3, -9.27e-4 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html
    Mon Nov 03 14:20:05 UTC 2025
      119K bytes
      Cache
     
  6. Gradient Boosting Out-of-Bag estimates — scikit...

    subsample < 1.0 ), the estimates are derived...y = random_state . binomial ( 1 , p , size = n_samples ) X = np...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Mon Nov 03 14:20:05 UTC 2025
      112K bytes
      Cache
     
  7. 移行 0.9.4.1 to 0.9.5 | DBFlute

    1 to 0.9.5 お約束の注意点 環境上の注意点 実装上の注意点...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate0941to0950.html
    Mon Sep 15 10:51:17 UTC 2025
      6.2K bytes
      Cache
     
  8. manhattan_distances — scikit-learn 1.7.2 docume...

    ]]) array([[1.]]) >>> manhattan_distances ([[ 1 , 2 ], [ 3 ,...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>> manhattan_distances ([[...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html
    Mon Nov 03 14:20:05 UTC 2025
      107.5K bytes
      Cache
     
  9. Pipeline ANOVA SVM — scikit-learn 1.7.2 documen...

    anova_svm [: - 1 ] . inverse_transform ( anova_svm [ - 1 ] . coef_...'squared_hinge' dual 'auto' tol 0.0001 C 1.0 multi_class 'ovr' fit_intercept...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Mon Nov 03 14:20:05 UTC 2025
      116.5K bytes
      Cache
     
  10. Multilabel classification using a classifier ch...

    max ( model_scores ) * 1.1 ]) colors = [ "r" ] + [ "b" ]...model_names = ( "Independent" , "Chain 1" , "Chain 2" , "Chain 3" , "Chain...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Mon Nov 03 14:20:04 UTC 2025
      105.1K bytes
      Cache
     
Back to top