- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1361 - 1370 of 2,219 for text (0.07 sec)
-
L1-based models for Sparse Signals — scikit-lea...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
Developers’ Tips and Tricks — scikit-learn 1.6....
sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...scikit-learn.org/dev/developers/tips.html -
Using NLP and Pattern Matching to Detect, Asses...
Applying the Redact Processor Next, we will apply the redact processor....the data recently when you run Test it should do something like...www.elastic.co/observability-labs/blog/pii-ner-regex-assess-redact-part-2 -
Dealing the Dead | NBC News
were sent to a Texas medical school Impact Texas medical program...Dead NBC News exposed how a Texas medical school dissected the...www.nbcnews.com/dealing-the-dead -
Cross-validation on diabetes Dataset Exercise —...
score ( X [ test ], y [ test ]) ) ) print () print...Train error vs Test error Train error vs Test error Lasso model...scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html -
CalibrationDisplay — scikit-learn 1.5.2 documen...
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html -
Release Highlights for scikit-learn 1.4 — sciki...
X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
Plotting Learning Curves and Checking Models’ S...
[ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
StratifiedShuffleSplit — scikit-learn 1.5.2 doc...
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
GroupShuffleSplit — scikit-learn 1.5.2 document...
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html