- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 1,998 for = (0.25 sec)
-
Feature agglomeration — scikit-learn 1.7.0 docu...
( left = 0.01 , right = 0.99 , bottom = 0.01 , top = 0.91 ) for...], cmap = plt . cm . gray , vmax = 16 , interpolation = "nearest"...scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html -
Release Highlights for scikit-learn 1.3 — sciki...
random_state = rng ) coef = rng . uniform ( low =- 10 , high = 20 , size...size = n_features ) y = rng . gamma ( shape = 2 , scale = np ....scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html -
MiniBatchNMF — scikit-learn 1.7.0 documentation
max_iter = 200 , alpha_W = 0.0 , alpha_H = 'same' , l1_ratio = 0.0...n_components = 'auto' , * , init = None , batch_size = 1024 , beta_loss...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html -
check_array — scikit-learn 1.7.0 documentation
accept_sparse = False , * , accept_large_sparse = True , dtype = 'numeric'...'numeric' , order = None , copy = False , force_writeable = False , force_all_finite...scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html -
LastaFluteのアプリログ | LastaFlute
<property name="domain.name" value="harbor"/> <property name="log.level"...name="backup.max.history" value="180"/> <appender name="console"...dbflute.seasar.org/ja/lastaflute/howto/structure/applogging.html -
Plot the decision surface of decision trees tra...
Parameters n_classes = 3 plot_colors = "ryb" plot_step = 0.02 for pairidx...tight_layout ( h_pad = 0.5 , w_pad = 0.5 , pad = 2.5 ) DecisionBoundaryDisp...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
DecisionBoundaryDisplay — scikit-learn 1.7.0 do...
multiclass_colors = None , xlabel = None , ylabel = None , ax = None , **...plot_method = 'contourf' , ax = None , xlabel = None , ylabel = None...scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html -
StratifiedGroupKFold — scikit-learn 1.7.0 docum...
( n_splits = 5 , shuffle = False , random_state = None ) [source]...StratifiedGroupKFold(n_splits=3, random_state=None, shuffle=False) >>> for i...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
6. Visualizations — scikit-learn 1.7.0 document...
y = load_iris ( return_X_y = True ) y = y == 2 # make...load_iris X , y = load_iris ( return_X_y = True ) y = y == 2 # make...scikit-learn.org/stable/visualizations.html -
HashingVectorizer — scikit-learn 1.7.0 document...
binary=False , norm='l2' , alternate_sign=True , dtype=<class..., input='content' , encoding='utf-8' , decode_error='strict'...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html