- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1001 - 1010 of 8,194 for 2 (0.16 seconds)
-
t-SNE: The effect of various perplexity values ...
2 sec circles, perplexity=50 in...n_samples = 150 n_components = 2 ( fig , subplots ) = plt . subplots...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
Varying regularization in Multi-layer Perceptro...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
Plot individual and voting regression predictio...
default=2 The minimum number of samples...values must be in the range `[2, inf)`. - If float, values must...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.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/ -
Planificateur de tâches
configurations de crawl Web sont 1 et 2 et que l’ID de la configuration...webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...fess.codelibs.org/fr/15.3/admin/scheduler-guide.html -
Installation sur Linux (Procédure détaillée)
2/fess-15.3.2.tar.gz $ tar -xzf fess-15.3.2.tar.gz $...s-15.3.2/fess-15.3.2.rpm $ sudo rpm -ivh fess-15.3.2.rpm Configuration...fess.codelibs.org/fr/15.3/install/install-linux.html -
SVR — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html -
SVM: Weighted samples — scikit-learn 1.8....
n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
mean_squared_log_error — scikit-learn 1.8...
2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8...[ 1 , 2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html -
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