- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 3,757 for 1 (0.29 sec)
-
LinearSVC — scikit-learn 1.7.2 documentation
intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
Prediction Latency — scikit-learn 1.7.2 documen...
1 , verbose = False ): """Generate...configuration , duration_secs = 0.1 ): """benchmark throughput for...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html -
Release Highlights for scikit-learn 1.7 — sciki...
hts_1_7_0.py Download zipped: plot_release_highlights_1_7_0.zip...scikit-learn 1.6 Release Highlights for scikit-learn 1.6 Release...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html -
SelectFromModel — scikit-learn 1.7.2 documentation
[ - 1.34 , - 0.48 , - 2.55 ], ... [ 1.92 , 1.48 , 0.65...version 0.20. Changed in version 1.1: max_features accepts a callable....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html -
load_breast_cancer — scikit-learn 1.7.2 documen...
scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html -
mean_absolute_percentage_error — scikit-learn 1...
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...y_true = [ 1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 ,...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html -
HuberRegressor — scikit-learn 1.7.2 documentation
epsilon = 1.35 , max_iter = 100 , alpha =...Parameters : epsilon float, default=1.35 The parameter epsilon controls...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
AdaBoostRegressor — scikit-learn 1.7.2 document...
the range [1, inf) . learning_rate float, default=1.0 Weight applied...n_estimators = 50 , learning_rate = 1.0 , loss = 'linear' , random_state...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html -
root_mean_squared_error — scikit-learn 1.7.2 do...
1 ],[ - 1 , 1 ],[ 7 , - 6 ]] >>> y_pred...User Guide . Added in version 1.4. Parameters : y_true array-like...scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html -
OrthogonalMatchingPursuitCV — scikit-learn 1.7....
means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also orthogonal_mp Solves...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html