- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 2,947 for 1 (0.43 sec)
-
Nearest Neighbors regression — scikit-learn 1.6...
1 , i + 1 ) plt . scatter ( X_train...sort ( 5 * rng . rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
1.5. Stochastic Gradient Descent — scikit-learn...
[ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf = SGDClassifier...\Vert^2 + b\nu + \frac{1}{n} \sum_{i=1}^n \max(0, 1 - (\langle w, x_i...scikit-learn.org/stable/modules/sgd.html -
Visualizations with Display Objects — scikit-le...
classes_ [ 1 ]) roc_display = RocCurveDisplay...pos_label = clf . classes_ [ 1 ]) pr_display = PrecisionRecallDispl...scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html -
2.2. Manifold learning — scikit-learn 1.6.1 doc...
as \(L = D^{-\frac{1}{2}} (D - A) D^{-\frac{1}{2}}\) . Partial...\(\delta_{ij}=c_1-c_2 S_{ij}\) for some real constants \(c_1, c_2\) ....scikit-learn.org/stable/modules/manifold.html -
Nearest Neighbors Classification — scikit-learn...
feature_names [ 1 ], shading = "auto" , alpha =.... iloc [:, 0 ], X . iloc [:, 1 ], c = y , edgecolors = "k" )...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
移行 1.0.5G to 1.0.5H | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate105Gto105H.html -
移行 1.0.5J to 1.0.5K | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate105Jto105K.html -
3.2. Tuning the hyper-parameters of an estimato...
loguniform(1, 100) can be used instead of [1, 10, 100] . Mirroring...reference to the literature. 3.2.1. Exhaustive Grid Search # The...scikit-learn.org/stable/modules/grid_search.html -
load_breast_cancer — scikit-learn 1.6.1 documen...
scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html -
FastICA — scikit-learn 1.6.1 documentation
The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html