- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of over 10,000 for 1 (1.39 seconds)
-
StratifiedKFold — scikit-learn 1.8.0 docu...
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
ConcurrentReferenceHashMap (Spring Framework 7....
Returns: the calculated shift (use 1 << shift to obtain a value)...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/ConcurrentRefer... -
locally_linear_embedding — scikit-learn 1...
> n_components * (1 + (n_components + 1) / 2. see reference...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html -
Monotonic Constraints — scikit-learn 1.8....
versionchanged:: 1.1 Added option 'quantile'. .. versionchanged:: 1.3 Added...versionchanged:: 1.1 Added option 'quantile'. .. versionchanged:: 1.3 Added...scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html -
RegressorMixin — scikit-learn 1.8.0 docum...
array ([ - 1 , 0 , 1 ]) >>> estimator...__init__ ( self , * , param = 1 ): ... self . param = param ......scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
BernoulliRBM — scikit-learn 1.8.0 documen...
1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>>...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
RANSACRegressor — scikit-learn 1.8.0 docu...
min_samples int (>= 1) or float ([0, 1]), default=None Minimum...min_samples is chosen as X.shape[1] + 1 . This parameter is highly...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
Caching nearest neighbors — scikit-learn ...
= True ) n_neighbors_list = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ,...fig , axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
Spectral clustering for image segmentation R...
[ 0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...[ 0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html -
MultiTaskLasso — scikit-learn 1.8.0 docum...
1 ) >>> clf . fit ([[ 0 , 1 ], [ 1 , 2 ], [...0 ], [ 1 , 1 ], [ 2 , 3 ]]) MultiTaskLasso(alpha=0.1) >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html