- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 931 for tests (0.1 sec)
-
Features in Histogram Gradient Boosting Trees —...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.4 , shuffle = False ) print...scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html -
I Am Disgusted By Elon Musk's Gaming Setup - Af...
of my speculation stems from “test” streams he did on his annoyingly...generally. Source: Elon Musk In one test broadcast on September 17th,...aftermath.site/does-elon-musks-gaming-rig-suck-or-not -
LarsCV — scikit-learn 1.6.1 documentation
test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
Species distribution modeling — scikit-learn 1....
"ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
fetch_species_distributions — scikit-learn 1.6....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html -
Digits Classification Exercise — scikit-learn 1...
)] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html -
scale — scikit-learn 1.6.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.scale.html -
Univariate Feature Selection — scikit-learn 1.6...
X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html -
Ridge coefficients as a function of the L2 Regu...
our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
power_transform — scikit-learn 1.6.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.power_transform.html