- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1031 - 1040 of 3,729 for 1 (0.13 sec)
-
sklearn.multioutput — scikit-learn 1.7.1 docume...
Multioutput regression and classification. The estimators provided in this module are meta-estimators: they require a base estimator to be provided in their constructor. The meta-estimator extends ...scikit-learn.org/stable/api/sklearn.multioutput.html -
sklearn.inspection — scikit-learn 1.7.1 documen...
Tools for model inspection. User guide. See the Inspection section for further details. Plotting:scikit-learn.org/stable/api/sklearn.inspection.html -
sklearn.ensemble — scikit-learn 1.7.1 documenta...
Ensemble-based methods for classification, regression and anomaly detection. User guide. See the Ensembles: Gradient boosting, random forests, bagging, voting, stacking section for further details.scikit-learn.org/stable/api/sklearn.ensemble.html -
load_linnerud — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version load_linnerud # sklearn.datasets. load_linnerud ( * ,...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_linnerud.html -
Plot different SVM classifiers in the iris data...
plot the support vectors C = 1.0 # SVM regularization parameter...) X0 , X1 = X [:, 0 ], X [:, 1 ] for clf , title , ax in zip...scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html -
A demo of structured Ward hierarchical clusteri...
( - 1 , 1 )) Define structure of the data...scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html -
7.9. Transforming the prediction target (y) — s...
1, 1, 1], [0, 0, 1, 0, 0], [1, 1, 0, 1, 0], [1, 1, 1, 1,...1, 1], [1, 1, 1, 0, 0]]) For more information about multilabel...scikit-learn.org/stable/modules/preprocessing_targets.html -
Gaussian process classification (GPC) on iris d...
y ) kernel = 1.0 * RBF ([ 1.0 , 1.0 ]) gpc_rbf_anisotropic...() - 1 , X [:, 0 ] . max () + 1 y_min , y_max = X [:, 1 ] . min...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_iris.html -
Fitting an Elastic Net with a precomputed Gram ...
-1.67451144e+02], [-4.48938813e+02, 1.00768662e+05, 1.19112072e+02,......, -1.07963978e+03, 7.47987268e+01, -5.76195467e+02], [-1.03237920e+03,...scikit-learn.org/stable/auto_examples/linear_model/plot_elastic_net_precomputed_gram_matrix_with_... -
Compressive sensing: tomography reconstruction ...
floor_x + 1 )), np . hstack (( 1 - alpha , alpha ))...int ), ( points [ 1 ]) . astype ( int )] = 1 mask = ndimage ....scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html