- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1511 - 1520 of over 10,000 for 2 (1.97 seconds)
-
DummyRegressor — scikit-learn 1.8.0 docum...
2.0 , 3.0 , 4.0 ]) >>> y = np . array ([ 2.0 , 3.0...determination R^2 of the prediction. The coefficient R^2 is defined...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
Upgrade Procedure
Recommended Maintenance Time : Total 2 to 4 hours Step 1: Data Backup...ckup/snapshot_1" Method 2: Backup Entire Directory Stop...fess.codelibs.org/15.4/install/upgrade.html -
Get started with Open Source - IBM Developer
2 Reasoning and Vision models Build...image analysis with Granite 3.2 Reasoning and Vision models Build...developer.ibm.com/get-started/open-source/ -
Effect of model regularization on training and ...
n_jobs = 2 , score_type = "both"..."Validation Curve for ElasticNet (R$^2$ Score)" , xlabel = r "alpha...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
CountVectorizer — scikit-learn 1.8.0 docu...
2) means unigrams and bigrams, and (2, 2) means only...'word' , ngram_range = ( 2 , 2 )) >>> X2 = vectorizer2...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html -
1.13. Feature selection — scikit-learn 1....
2. Univariate feature selection...SelectKBest ( f_classif , k = 2 ) . fit_transform ( X , y ) >>>...scikit-learn.org/stable/modules/feature_selection.html -
Generate Java records from COBOL with IBM Devel...
2.2 Generate the J2C data binding...JavaSE- 1.7 Copy code Copied! 2.3.2 Add connector.jar Next, locate...developer.ibm.com/tutorials/generating-java-records-from-cobol-with-rational-j2c-tools/ -
TensorFlow - IBM Developer
developer.ibm.com/components/tensorflow -
Decision Boundaries of Multinomial and One-vs-R...
2 ], [ - 0.4 , 1.2 ]] X = np . dot ( X ,...1" , ylabel = "Feature 2" ) _ = ax . legend ( * scatter...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html -
Successive Halving Iterations — scikit-le...
"min_samples_split" : randint ( 2 , 11 ), "bootstrap"...param_distributions = param_dist , factor = 2 , random_state = rng ) rsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html