- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1181 - 1190 of 2,024 for = (0.07 sec)
-
genba-implfit-Classification-is-completion.png
35273367 width=759, height=191, bitDepth=8, colorType=RGB, compr...compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB...dbflute.seasar.org/ja/data/model/genba/genba-implfit-Classification-is-completion.png -
Recognizing hand-written digits — scikit-learn ...
axes = plt . subplots ( nrows = 1 , ncols = 4 , figsize = ( 10...subplots ( nrows = 1 , ncols = 4 , figsize = ( 10 , 3 )) for ax ,...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
rbf_kernel — scikit-learn 1.7.1 documentation
Y = None , gamma = None ) [source] # Compute...array. If None , uses Y=X . gamma float, default=None If None, defaults...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.rbf_kernel.html -
StackingClassifier — scikit-learn 1.7.1 documen...
final_estimator = None , * , cv = None , stack_method = 'auto' , n_jobs...n_jobs = None , passthrough = False , verbose = 0 ) [source] #...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html -
BernoulliNB — scikit-learn 1.7.1 documentation
alpha = 1.0 , force_alpha = True , binarize = 0.0 , fit_prior...fit_prior = True , class_prior = None ) [source] # Naive Bayes classifier...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html -
BernoulliRBM — scikit-learn 1.7.1 documentation
n_components = 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter...n_iter = 10 , verbose = 0 , random_state = None ) [source] # Bernoulli...scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
SVM with custom kernel — scikit-learn 1.7.1 doc...
cmap = plt . cm . Paired , ax = ax , response_method = "predict"...1 ], c = Y , cmap = plt . cm . Paired , edgecolors = "k" ) plt...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
StackingRegressor — scikit-learn 1.7.1 document...
final_estimator = None , * , cv = None , n_jobs = None , passthrough = False..., y = load_diabetes ( return_X_y = True ) >>> estimators = [ ......scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
10. Model persistence — scikit-learn 1.7.1 docu...
>>> clf = ensemble . HistGradientBoosting () >>> X , y = datasets..., "rb" ) as f : onx = f . read () sess = InferenceSession ( onx...scikit-learn.org/stable/model_persistence.html -
make_column_selector — scikit-learn 1.7.1 docum...
pattern = None , * , dtype_include = None , dtype_exclude = None...Parameters : pattern str, default=None Name of columns containing...scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html