- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1241 - 1250 of 2,486 for 2 (0.08 sec)
-
Factor Analysis (with rotation) to visualize pa...
2 , 3 ]) ax . set_xticklabels (...) ax . set_yticks ([ 0 , 1 , 2 , 3 ]) ax . set_yticklabels (...scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html -
DistanceMetric — scikit-learn 1.6.0 documentation
HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html -
Ledoit-Wolf vs OAS estimation — scikit-learn 1....
subplot ( 2 , 1 , 2 ) plt . errorbar ( n_samples_range...shrinkage_ # plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html -
available_if — scikit-learn 1.6.0 documentation
x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html -
inplace_csr_column_scale — scikit-learn 1.6.0 d...
2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ]) >>>...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html -
Plot randomly generated multilabel dataset — sc...
1500 * p_c ** 2 , color = COLORS . take ([ 1 , 2 , 4 ]), ) ax...means the class is present: 1 2 3 Color Y N N Red N Y N Blue N...scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html -
goo ニュース
水原被告 量刑言い渡し2月6日に延期 new! ホンダが「0シリーズ」世界初公開 new!...new! 踏切殺害 3人を暴行容疑で再逮捕へ 中3殺傷 刃物から2人分の血液を検出 阪神大震災 声なき声の記録を後世へ 大学生暴行死...news.goo.ne.jp/ -
童顔が魅力的だと思う俳優・女優ランキング!神木隆之介、千葉雄大を抑えて1位に選ばれたのは…|安...
5位 新潟、4位 大分、3位 秋田、2位 東京、1位は… 2 アニメ史上最も有能な艦長ランキング!ヤン・ウェ...ランキング!5位 新潟、4位 大分、3位 秋田、2位 東京、1位は… 2 アニメ史上最も有能な艦長ランキング!ヤン・ウェ...ranking.goo.ne.jp/column/10043/ -
Classifier comparison — scikit-learn 1.6.0 docu...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
6.1. Pipelines and composite estimators — sciki...
2. Access pipeline steps # The estimators...'select' , SelectKBest ( k = 2 )), ... ( 'clf' , LogisticRegression...scikit-learn.org/stable/modules/compose.html