- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 2,911 for 1 (0.22 sec)
-
Working with text documents — scikit-learn 1.7....
Examples concerning the sklearn.feature_extraction.text module. Classification of text documents using sparse features Clustering text documents using k-means FeatureHasher and DictVectorizer Compa...scikit-learn.org/stable/auto_examples/text/index.html -
sklearn.base — scikit-learn 1.7.0 documentation
Base classes for all estimators and various utility functions.scikit-learn.org/stable/api/sklearn.base.html -
sklearn.compose — scikit-learn 1.7.0 documentation
Meta-estimators for building composite models with transformers. In addition to its current contents, this module will eventually be home to refurbished versions of Pipeline and FeatureUnion. User ...scikit-learn.org/stable/api/sklearn.compose.html -
アニメ漫画ランキング一覧1,020件中 1件から20件 - gooランキング
ROCK)、1位は? 1 ガンダム史上最強だと思う主人公パイロットランキング!「アムロ・レイ」「ヒイロ・ユイ」を抑えて1位に選ばれたのは…...アニメ漫画ランキング一覧 1,020件中 1件から20件 RSSを購読する ガンダム史上最高にかわいいヒロインランキング...ranking.goo.ne.jp/category/2/ -
SGD: Penalties — scikit-learn 1.7.0 documentation
[( - 1 , - 1 )], ) plt . clabel ( l2_contour , inline = 1 , fontsize...18 , fmt = { 1.0 : "L2" }, manual = [( - 1 , - 1 )]) plt . clabel...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html -
matthews_corrcoef — scikit-learn 1.7.0 document...
[ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 1 , - 1 , + 1 , +...value between -1 and +1. A coefficient of +1 represents a perfect...scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html -
roc_curve — scikit-learn 1.7.0 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html -
rand_score — scikit-learn 1.7.0 documentation
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...rand_score ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) 0.83 Gallery examples...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
det_curve — scikit-learn 1.7.0 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html -
r2_score — scikit-learn 1.7.0 documentation
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : z float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html