Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2151 - 2160 of 5,584 for * (3.39 sec)

  1. img_to_graph scikit-learn 1.7.2 documentation

    ndarray ) array([[0, 0, 0, 0], [0, 0, 0, 1], [0, 0, 0, 1], [0, 1,...0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as = np . ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Tue Sep 23 15:14:21 UTC 2025
      107.4K bytes
      Cache
     
  2. DataConversionWarning scikit-learn 1.7.2 docu...

    ambiguously. Changed in version 0.18: Moved from sklearn.utils.validation....exception sklearn.exceptions. DataConversionWarnin [source] # Warning...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.DataConversionWarning.html
    Tue Sep 23 15:14:21 UTC 2025
      104.8K bytes
      Cache
     
  3. sklearn.dummy scikit-learn 1.7.2 documentation

    top Ctrl + K GitHub Choose version sklearn.dummy # Dummy estimators...implement simple rules of thumb. User guide. See the Metrics and scoring:...
    scikit-learn.org/stable/api/sklearn.dummy.html
    Tue Sep 23 15:14:23 UTC 2025
      114.6K bytes
      Cache
     
  4. Lasso, Lasso-LARS, and Elastic Net paths scik...

    "b" , "r" , "g" , "c" , "k" ]) for coef_lasso , coef_lars , c...[ - 1 ]), ( "Lasso" , "LARS" ), loc = "lower right" ) plt . axis...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html
    Tue Sep 23 15:14:21 UTC 2025
      117.5K bytes
      Cache
     
  5. Ability of Gaussian process regression (GPR) to...

    rng . uniform ( 0 , 5 , size = 20 ) . reshape ( - 1 , 1 ) y_train...legend () plt . xlabel ( "X" ) plt . ylabel ( "y" ) _ = plt . title...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy.html
    Tue Sep 23 15:14:21 UTC 2025
      132.8K bytes
      Cache
     
  6. Wikipedia principal eigenvector scikit-learn ...

    == 0 : print ( "[ %s ] line: %08d " % ( datetime . now () . isoformat...disk # redirects_url = "http://downloads.dbpedia.org/3.5.1/en/...
    scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html
    Tue Sep 23 15:14:21 UTC 2025
      118.9K bytes
      Cache
     
  7. Robust linear model estimation using RANSAC s...

    arange ( X . min (), X . max ())[:, np . newaxis ] line_y = lr . predict...], color = "gold" , marker = "." , label = "Outliers" ) plt ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Tue Sep 23 15:14:21 UTC 2025
      93.4K bytes
      Cache
     
  8. Pipeline ANOVA SVM scikit-learn 1.7.2 documen...

    , 0. , 0. , 0. , 0.27161955, 0. , 0. , 0. , 0. , 0. , 0. , 0....[ - 1 ] . coef_ ) array([[0. , 0. , 0.75788833, 0. , 0. , 0....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Tue Sep 23 15:14:21 UTC 2025
      116.5K bytes
      Cache
     
  9. ROC Curve with Visualization API scikit-learn...

    Parameters C 1.0 kernel 'rbf' degree 3 gamma 'scale' coef0 0.0 shrinking...= 42 ) rfc . fit ( X_train , y_train ) ax = plt . gca () rfc_disp...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Tue Sep 23 15:14:23 UTC 2025
      113.9K bytes
      Cache
     
  10. MNIST classification using multinomial logistic...

    ( X_test , y_test ) # print('Best C % .4f' % clf.C_) print (...] X = X . reshape (( X . shape [ 0 ], - 1 )) X_train , X_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Tue Sep 23 15:14:21 UTC 2025
      96.3K bytes
      Cache
     
Back to top