- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2151 - 2160 of 5,584 for * (3.39 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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