Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1031 - 1040 of 4,393 for * (0.28 sec)

  1. OrthogonalMatchingPursuitCV scikit-learn 1.7....

    1 ,]) array([-78.3854]) fit ( X , y , ** fit_params ) [source]...= 5 ) . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>> reg...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Mon Jul 28 16:20:37 UTC 2025
      137.1K bytes
      Cache
     
  2. MultiTaskLasso scikit-learn 1.7.1 documentation

    ], [ 1 , 2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...MultiTaskLasso(alpha=0.1) >>> print ( clf . coef_ ) [[0. 0.60809415]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Mon Jul 28 16:20:38 UTC 2025
      156.9K bytes
      Cache
     
  3. PolynomialFeatures scikit-learn 1.7.1 documen...

    ) array([[ 1., 0., 1., 0.], [ 1., 2., 3., 6.], [ 1., 4., 5.,...1., 2., 3., 4., 6., 9.], [ 1., 4., 5., 16., 20., 25.]]) >>> poly...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Mon Jul 28 16:20:37 UTC 2025
      139.9K bytes
      Cache
     
  4. RANSACRegressor scikit-learn 1.7.1 documentation

    https://www.sri.com/wp-content/uploads/2021/12/ransac-publication.pdf...estimators. min_samples int (>= 1) or float ([0, 1]), default=None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Mon Jul 28 16:20:38 UTC 2025
      143.5K bytes
      Cache
     
  5. IterativeImputer scikit-learn 1.7.1 documenta...

    initial_strategy {mean, median, most_frequent, constant}, default=’mean’...X_{t-1}))/max(abs(X[known_vals])) < tol , where X_t is X at iteration...
    scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html
    Mon Jul 28 16:20:37 UTC 2025
      151.5K bytes
      Cache
     
  6. permutation_importance scikit-learn 1.7.1 doc...

    9 , 9 ],[ 1 , 9 , 9 ],[ 1 , 9 , 9 ], ... [ 0 , 9 , 9 ],[ 0 , 9...9 , 9 ],[ 0 , 9 , 9 ]] >>> y = [ 1 , 1 , 1 , 0 , 0 , 0 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html
    Mon Jul 28 16:20:37 UTC 2025
      122.4K bytes
      Cache
     
  7. normalized_mutual_info_score scikit-learn 1.7...

    fo_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> norm...fo_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html
    Mon Jul 28 16:20:38 UTC 2025
      112.4K bytes
      Cache
     
  8. StratifiedKFold scikit-learn 1.7.1 documentation

    np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...enumerate ( skf . split ( X , y )): ... print ( f "Fold { i } :" ) ......
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Jul 28 16:20:37 UTC 2025
      124.7K bytes
      Cache
     
  9. DetCurveDisplay scikit-learn 1.7.1 documentation

    , estimator_name = "SVC" ... ) >>> display . plot () <...> >>>...from_estimator ( ... clf , X_test , y_test ) <...> >>> plt . show () classmethod...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Mon Jul 28 16:20:37 UTC 2025
      137.8K bytes
      Cache
     
  10. ConfusionMatrixDisplay scikit-learn 1.7.1 doc...

    classes_ ) >>> disp . plot () <...> >>> plt . show () classmethod...Sample weights. normalize {true, pred, all}, default=None...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Mon Jul 28 16:20:38 UTC 2025
      150.1K bytes
      Cache
     
Back to top