- Sort Score
- Num 10 results
- Language All
- Labels All
Results 381 - 390 of 8,534 for 10 (0.24 seconds)
-
OrthogonalMatchingPursuit — scikit-learn ...
this value is either set to 10% of n_features or 1, whichever...None this value is either set to 10% of n_features or 1, whichever...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
RepeatedStratifiedKFold — scikit-learn 1....
n_repeats = 10 , random_state = None ) [source]...least 2. n_repeats int, default=10 Number of times cross-validator...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
Node-RED - IBM Developer
developer.ibm.com/components/node-red -
Using KBinsDiscretizer to discretize continuous...
= KBinsDiscretizer ( n_bins = 10 , encode = "onehot"..., sharey = True , figsize = ( 10 , 4 )) line = np . linspace (...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
MiniBatchSparsePCA — scikit-learn 1.8.0 d...
max_no_improvement = 10 ) [source] # Mini-batch Sparse...max_no_improvement int or None, default=10 Control early stopping based...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html -
Demo of HDBSCAN clustering algorithm — sc...
subplots ( figsize = ( 10 , 4 )) labels = labels if labels...subplots ( 3 , 1 , figsize = ( 10 , 12 )) dbs = DBSCAN ( eps =...scikit-learn.org/stable/auto_examples/cluster/plot_hdbscan.html -
How to run AI inferencing on IBM Power10 levera...
It typically takes 10 minutes per inspection for a...canoeing, and the inferencing takes 10 seconds utilizing all four vCPUs....developer.ibm.com/blogs/run-ai-inferencing-on-power10-leveraging-mma/ -
DictionaryLearning — scikit-learn 1.8.0 d...
transform_n_nonzero_coefs=int(n_features / 10) . transform_alpha float, default=None...n_features = 20 , n_nonzero_coefs = 10 , ... random_state = 42 , ......scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html -
Visualizing cross-validation behavior in scikit...
([ 2 ] * 10 ) groups = np . repeat ( np . arange ( 10 ), rng ....unevenly across datapoints, and 10 “groups” split evenly across...scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html -
load_digits — scikit-learn 1.8.0 document...
default=10 The number of classes to return. Between 0 and 10. return_X_y...sklearn.datasets. load_digits ( * , n_class = 10 , return_X_y = False , as_frame...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html