- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 1,998 for = (0.07 sec)
-
VotingClassifier — scikit-learn 1.7.0 documenta...
voting = 'hard' , weights = None , n_jobs = None , flatten_transform...voting=’soft’ If voting=’soft’ and flatten_transform=True, transform...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html -
Visualizations with Display Objects — scikit-le...
y = fetch_openml ( data_id = 1464 , return_X_y = True )...y_test = train_test_split ( X , y , stratify = y ) clf = make_pipeline...scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html -
SelfTrainingClassifier — scikit-learn 1.7.0 doc...
ts ] = - 1 >>> svc = SVC ( probability = True , gamma = "auto"...estimator = None , base_estimator = 'deprecated' , threshold = 0.75...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html -
Cross-cluster search | Elastic Docs
ccs_minimize_roundtrips=true case. GET /_async_search/FklQYndoTDJ2VEFlMEVB= Response:...2VEFlMEVB= Response: { "id": "FklQYndoTDJ2VEFlMEVB=", "is_partial":...www.elastic.co/docs/solutions/search/cross-cluster-search -
Restricted Boltzmann Machine features for digit...
mode = "constant" , weights = w ) . ravel () X = np . concatenate...X , y = datasets . load_digits ( return_X_y = True ) X = np ....scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html -
fetch_20newsgroups — scikit-learn 1.7.0 documen...
download_if_missing = True , return_X_y = False , n_retries = 3 , delay = 1.0...data_home = None , subset = 'train' , categories = None , shuffle...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
conditionBeanMap (includeQueryMap) | DBFlute
[property-type] = map: { ; [condition-key] = map: { [table-name] = list:{[column-name]...String = map: { ; GreaterThan = map: {} ; LessThan = map: {}...dbflute.seasar.org/ja/manual/reference/dfprop/includequery/index.html -
PassiveAggressiveRegressor — scikit-learn 1.7.0...
C = 1.0 , fit_intercept = True , max_iter = 1000 , tol = 0.001...n_iter_no_change = 5 , shuffle = True , verbose = 0 , loss = 'epsilon_insensitive'...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html -
Vector Quantization Example — scikit-learn 1.7....
ax = plt . subplots ( ncols = 2 , figsize = ( 12 , 4 ))...KBinsDiscretizer n_bins = 8 encoder = KBinsDiscretizer ( n_bins = n_bins , encode...scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html -
minmax_scale — scikit-learn 1.7.0 documentation
feature_range = (0, 1) , * , axis = 0 , copy = True ) [source]...by (when axis=0 ): X_std = ( X - X . min ( axis = 0 )) / ( X ....scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html