- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 2,898 for 1 (0.07 sec)
-
plot_release_highlights_1_6_0.py
1, 6, np.nan]).reshape(-1, 1) y = [0, 0, 1, 1] forest...Release Highlights for scikit-learn 1.6 ========== .. currentmodule::...scikit-learn.org/stable/_downloads/a471e25495d24d0086e798aa9ca44a89/plot_release_highlights_1_6_0.py -
ComplementNB — scikit-learn 1.7.0 documentation
Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
jaccard_score — scikit-learn 1.7.0 documentation
1 , 1 ], ... [ 1 , 1 , 0 ]]) >>> y_pred =...= np . array ([[ 1 , 1 , 1 ], ... [ 1 , 0 , 0 ]]) In the binary...scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html -
get_scorer — scikit-learn 1.7.0 documentation
1 , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>> y = np...np . array ([ 0 , 1 , 1 , 0 , 1 ]) >>> classifier = DummyClassifier...scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.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 -
kneighbors_graph — scikit-learn 1.7.0 documenta...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) Gallery...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html -
f_regression — scikit-learn 1.7.0 documentation
r_regression values lie in [-1, 1] and can thus be negative. f_regression...set to 0.0 . Added in version 1.1. Returns : f_statistic ndarray...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
Version 1.4 — scikit-learn 1.7.0 documentation
Version 1.4.1 # February 2024 Changed models...deprecated in version 1.4 and will be removed in version 1.6. Use the default...scikit-learn.org/stable/whats_new/v1.4.html -
Comparing various online solvers — scikit-learn...
tol = 1e-1 , C = 1.0e4 / X . shape [ 0 ]), ), ] xx = 1.0 - np ....= 110 , loss = "hinge" , C = 1.0 , tol = 1e-4 ), ), ( "Passive-Aggressive...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html -
cosine_similarity — scikit-learn 1.7.0 document...
scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_similarity.html