- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1011 - 1020 of over 10,000 for 2 (0.16 seconds)
-
oas — scikit-learn 1.8.0 documentation
formula (23) states that 2/p (p being the number of features)...because for a large p, the value of 2/p is so small that it doesn’t...scikit-learn.org/stable/modules/generated/oas-function.html -
AdditiveChi2Sampler — scikit-learn 1.8.0 ...
sample_steps = 2 , sample_interval = None ) [source]...original space is transformed into 2*sample_steps-1 features, where...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html -
RidgeCV — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination ( \(R^2\) ) otherwise. cv int, cross-validation...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
Spring - IBM Developer
of 2 pages 1 2 of 2 pages Previous page Next...Java applications for CICS, Part 2: Security Explore three different...developer.ibm.com/components/spring -
Version 0.15 — scikit-learn 1.8.0 documen...
Marsi 2 csytracy 2 LK 2 Vlad Niculae 2 Laurent Direr 2 Erik Shilts...Liau 2 abhishek thakur 2 James Yu 2 Rohit Sivaprasad 2 Roland...scikit-learn.org/stable/whats_new/v0.15.html -
Statistical comparison of models using grid sea...
factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test..."poly" ], "degree" : [ 2 , 3 ]}, { "kernel" :...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
OneVsOneClassifier — scikit-learn 1.8.0 d...
X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
IsolationForest example — scikit-learn 1....
2 ) @ covariance + np . array ([ 2 , 2 ]) # general...randn ( n_samples , 2 ) + np . array ([ - 2 , - 2 ]) # spherical outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
explained_variance_score — scikit-learn 1...
= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html -
Importance of Feature Scaling — scikit-le...
section we select a subset of 2 features that have values with...) = plt . subplots ( ncols = 2 , figsize = ( 12 , 6 )) fit_and_plot_model...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html