- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 2,023 for = (0.12 sec)
-
plot_pca_iris.ipynb
projection=\"3d\", elev=-150, azim=110)\n\nX_reduced = PCA(n_c...PCA\n\nfig = plt.figure(1, figsize=(8, 6))\nax = fig.add_subplot(111,...scikit-learn.org/stable/_downloads/46b6a23d83637bf0f381ce9d8c528aa2/plot_pca_iris.ipynb -
LedoitWolf — scikit-learn 1.7.1 documentation
store_precision = True , assume_centered = False , block_size = 1000 )...], ... cov = real_cov , ... size = 50 ) >>> cov = LedoitWolf...scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html -
OneVsOneClassifier — scikit-learn 1.7.1 documen...
shuffle = True , random_state = 0 ) >>> clf = OneVsOneClassifier...LinearSVC >>> X , y = load_iris ( return_X_y = True ) >>> X_train...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
DummyClassifier — scikit-learn 1.7.1 documentation
strategy = 'prior' , random_state = None , constant = None ) [source]...predictions when strategy='stratified' or strategy='uniform' . Pass an...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html -
Tags — scikit-learn 1.7.1 documentation
rTags | None = None , array_api_support: bool = False , no_validation:...no_validation: bool = False , non_deterministic: bool = False , requires_fit:...scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html -
validate_data — scikit-learn 1.7.1 documentation
X = 'no_validation' , y = 'no_validation' , reset = True ,...validate_separately = False , skip_check_array = False , ** check_params...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.validate_data.html -
hamming_loss — scikit-learn 1.7.1 documentation
hamming_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 ,..., y_pred , * , sample_weight = None ) [source] # Compute the...scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html -
リクエストの全記録、InOutログ | LastaFlute
versionNo=0, memberName=, memberStatus=FML, update=Update, memberAccount=Pixy,...versionNo=0, memberName=, memberStatus=FML, update=Update, memberAccount=Pixy,...dbflute.seasar.org/ja/lastaflute/howto/action/logging/inoutlog.html -
d2_absolute_error_score — scikit-learn 1.7.1 do...
sample_weight = None , multioutput = 'uniform_average' )... >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html -
Parallel — scikit-learn 1.7.1 documentation
return_as = 'list' , verbose = default(0) , timeout = None , pre_dispatch...pre_dispatch = '2 * n_jobs' , batch_size = 'auto' , temp_folder = default(None)...scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.Parallel.html