- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 921 - 930 of 2,009 for = (0.06 sec)
-
lastafluteMap.dfprop | LastaFlute
; commonMap = map: { ; path = .. ; freeGenList = list: { env...applications ; appMap = map: { ; dockside = map: { ; path = ../../maihama-dockside...dbflute.seasar.org/ja/lastaflute/howto/dbflute/ladfprop.html -
Ridge — scikit-learn 1.7.0 documentation
max_iter = None , tol = 0.0001 , solver = 'auto' , positive = False...( alpha = 1.0 , * , fit_intercept = True , copy_X = True , max_iter...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html -
make_friedman2 — scikit-learn 1.7.0 documentation
intervals: 0 <= X [:, 0 ] <= 100 , 40 * pi <= X [:, 1 ] <= 560 * pi...pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11. The output y...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html -
ColumnTransformer — scikit-learn 1.7.0 document...
len(transformers_)==len(transformers)+1 , otherwise len(transformers_)==len(transformers)...remainder = 'drop' , sparse_threshold = 0.3 , n_jobs = None , transformer_weights...scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html -
make_biclusters — scikit-learn 1.7.0 documentation
noise = 0.0 , minval = 10 , maxval = 100 , shuffle = True ,..., rows , cols = make_biclusters ( ... shape = ( 10 , 20 ), n_clusters...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html -
VotingRegressor — scikit-learn 1.7.0 documentation
weights = None , n_jobs = None , verbose = False ) [source]...n_estimators = 10 , random_state = 1 ) >>> r3 = KNeighborsRegressor...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html -
scale — scikit-learn 1.7.0 documentation
axis = 0 , with_mean = True , with_std = True , copy = True )...and scale. axis {0, 1}, default=0 Axis used to compute the means...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html -
Confusion matrix — scikit-learn 1.7.0 documenta...
with iris = datasets . load_iris () X = iris . data y = iris . target...classifier = svm . SVC ( kernel = "linear" , C = 0.01 ) . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
inplace_swap_row — scikit-learn 1.7.0 documenta...
indptr = np . array ([ 0 , 2 , 3 , 3 , 3 ]) >>> indices = np ....]) >>> data = np . array ([ 8 , 2 , 5 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_row.html -
Custom refit strategy of a grid search with cro...
- 1 )) y = digits . target == 8 print ( f "The number...n_pixels) . n_samples = len ( digits . images ) X = digits . images...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html