- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 1,558 for text (0.15 sec)
-
Robust linear estimator fitting — scikit-learn ...
sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html -
maxabs_scale — scikit-learn 1.7.1 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
FixedThresholdClassifier — scikit-learn 1.7.1 d...
X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
NuSVR — scikit-learn 1.7.1 documentation
expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
Lasta Di (DIコンテナ) | DBFlute
switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...dbflute.seasar.org/ja/lastaflute/lastadi/index.html -
Elastic Cloud Hosted pricing | Elastic
Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....www.elastic.co/pricing/cloud-hosted -
Kamala Harris decides not to run for governor o...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...the race to be California's next governor wide open. Democratic...www.nbcnews.com/politics/2026-election/kamala-harris-decides-not-run-governor-california-rcna222048 -
Trump is creating a task force for the 2028 Oly...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...second term. In preparation for next year’s competition, the governments...www.nbcnews.com/sports/olympics/trump-task-force-la-olympics-2028-rcna223214 -
RegressorChain — scikit-learn 1.7.1 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
Multiclass Receiver Operating Characteristic (R...
X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html