- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 881 - 890 of 1,971 for = (0.52 sec)
-
Install Elasticsearch with RPM | Elastic Docs
asticsearch enabled=0 autorefresh=1 type=rpm-md Install Elasticsearch...name=Elasticsearch repository for 9.x packages baseurl=https...www.elastic.co/docs/deploy-manage/deploy/self-managed/install-elasticsearch-with-rpm -
plot_pca_iris.rst.txt
py: ========== Principal Component Analysis...Analysis (PCA) on Iris Dataset ========== This example shows a well...scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt -
column_or_1d — scikit-learn 1.7.2 documentation
dtype = None , warn = False , device = None ) [source]...data. dtype data-type, default=None Data type for y . Added in...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html -
HistGradientBoostingClassifier — scikit-learn 1...
n_iter_no_change = 10 , tol = 1e-07 , verbose = 0 , random_state = None ,...loss = 'log_loss' , * , learning_rate = 0.1 , max_iter = 100 ,...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html -
Biclustering documents with the Spectral Co-clu...
stop_words = "english" , min_df = 5 ) cocluster = SpectralCoclustering...random_state = 0 ) kmeans = MiniBatchKMeans ( n_clusters = len ( categories...scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html -
Installing the development version of scikit-le...
CFLAGS = " $CFLAGS -I/usr/local/include" export CXXFLAGS = " $CXXFLAGS...--config-settings editable-verbose = true Check that the installed...scikit-learn.org/stable/developers/advanced_installation.html -
ExtraTreeRegressor — scikit-learn 1.7.2 documen...
criterion = 'squared_error' , splitter = 'random' , max_depth = None...min_weight_fraction_leaf = 0.0 , max_features = 1.0 , random_state = None , m...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
GroupKFold — scikit-learn 1.7.2 documentation
index=[2 3], group=[2 2] Test: index=[0 1 4 5], group=[0 0 3...index=[0 1 4 5], group=[0 0 3 3] Test: index=[2 3], group=[2 2]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
Segmenting the picture of greek coins in region...
assign_labels = assign_labels , random_state = 42 , ) t1 = time . time...plt . contour ( labels == l , colors = colors ) # To view individual...scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html -
Online learning of a dictionary of parts of fac...
n_clusters = 81 , random_state = rng , verbose = True , n_init = 3 )...data ) index += 1 if index % 10 == 0 : data = np . concatenate...scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html