- Sort Score
- Num 10 results
- Language All
- Labels All
Results 951 - 960 of over 10,000 for 2 (2.29 seconds)
-
Species distribution modeling — scikit-le...
s = 2 ** 2 , c = "black" , marker...[ "dd lat" ], s = 2 ** 2 , c = "black" , marker...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
MultiLabelBinarizer — scikit-learn 1.8.0 ...
2 ), ( 3 ,)]) array([[1, 1, 0],...>>> mlb . classes_ array([1, 2, 3]) >>> mlb . fit_transform...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html -
Selecting dimensionality reduction with Pipelin...
] ) N_FEATURES_OPTIONS = [ 2 , 4 , 8 ] C_OPTIONS = [ 1 , 10...'reduce_dim__n_components': [2, 4, 8]}, {'classify__C':...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
chi2 — scikit-learn 1.8.0 documentation
2 , 2 ]) >>> chi2_stats ,...[ 5 , 4 , 1 ], ... [ 6 , 6 , 2 ], ... [ 1 , 4 , 0 ], ... [ 0...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
A demo of K-Means clustering on the handwritten...
can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html -
ExtraTreesRegressor — scikit-learn 1.8.0 ...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
Download Elasticsearch | Elastic
2.2 View past releases Release date:...See Repositories in the Guide . 2 Start Elasticsearch Run bin/elasticsearch...www.elastic.co/downloads/elasticsearch -
FeatureAgglomeration — scikit-learn 1.8.0...
FeatureAgglomeration ( n_clusters=2 , * , metric='euclidean' , memory=None...n_clusters int or None, default=2 The number of clusters to find....scikit-learn.org/stable/modules/generated/sklearn.cluster.FeatureAgglomeration.html -
sklearn.metrics — scikit-learn 1.8.0 docu...
d2_brier_score \(D^2\) score function, fraction of...explained. d2_log_loss_score \(D^2\) score function, fraction of...scikit-learn.org/stable/api/sklearn.metrics.html -
fowlkes_mallows_score — scikit-learn 1.8....
American Statistical Association [ 2 ] Wikipedia entry for the Fowlkes-Mallows...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) 0.0 On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html