- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1331 - 1340 of 2,261 for 2 (0.07 sec)
-
spectral_embedding — scikit-learn 1.6.1 documen...
n_components = 2 , random_state = 42 ) >>> embedding . shape (100, 2) On...be avoided. Added in version 1.2: Added ‘auto’ option. norm_laplacian...scikit-learn.org/stable/modules/generated/sklearn.manifold.spectral_embedding.html -
Coding Policy of Hands-on | DBFlute
Reviewable Code 2. Resolving IDE Warnings 3. Write...(Reviewable Code) | jfluteの日記 2. Resolving IDE Warnings Be careful...dbflute.seasar.org/tutorial/handson/review/codingpolicy.html -
WhiteKernel — scikit-learn 1.6.1 documentation
x_2) = noise\_level \text{ if } x_i...0.3680... >>> gpr . predict ( X [: 2 ,:], return_std = True ) (array([653.0...,...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html -
Ordinary Least Squares Example — scikit-learn 1...
[ 2 ]] # Use only one feature X_train...ax = plt . subplots ( ncols = 2 , figsize = ( 10 , 5 ), sharex...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
Underfitting vs. Overfitting — scikit-learn 1.6...
ylim (( - 2 , 2 )) plt . legend ( loc = "best"...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
Explicit feature map approximation for RBF kern...
n_samples // 2 ], digits . target [: n_samples // 2 ]) # Now predict...n_samples // 2 :], digits . target [ n_samples // 2 :]) # data_test...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html -
LinearSVR — scikit-learn 1.6.1 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...(n_features) if n_classes == 2 else (n_classes, n_features) Weights...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
SVR — scikit-learn 1.6.1 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html -
『ホンダ』、発表 - いまトピランキング
決算記者会見にも顔を出して概要を説明していたほか、2月に破談となった日産自動車との経営統合協議にも携わっていたキーマンの一人だった。...今回の騒動で、三部敏宏社長は監督責任を取って月額報酬の20%を2カ月間、自主返上。青山氏に代わって、井上勝史専務が取締役に昇格すると発表されている。...news.goo.ne.jp/iw/267469/『ホンダ』、発表 -
Mavenによるセットアップ | DBFlute
DBFluteランタイムの設定 (JDBCドライバも) 2. DBFlute Maven Plugin のインストール...さい。 セットアップ - DBFluteランタイムの準備 2. DBFlute Maven Plugin のインストール...dbflute.seasar.org/ja/environment/setup/maven.html