- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1131 - 1140 of 1,992 for = (0.07 sec)
-
Plot multi-class SGD on the iris dataset — scik...
mean ( axis = 0 ) std = X . std ( axis = 0 ) X = ( X - mean ) /...dataset X = iris . data [:, : 2 ] y = iris . target colors = "bry"...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html -
plot_multi_metric_evaluation.rst.txt
py: ========== Demonstration of multi-metric...cross_val_score and GridSearchCV ========== Multiple metric parameter...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
Plot class probabilities calculated by the Voti...
random_state = 123 ) clf2 = RandomForestClassifi ( n_estimators = 100..., random_state = 123 ) clf3 = GaussianNB () X = np . array ([[...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html -
Eclipseエディターテンプレート | DBFlute
sea = ... ifnu... // control+space, enter ↓↓↓ if (sea == null...if (xxx == null) {} を補完 ifNotNull 近くの変数で if (xxx != null) {}...dbflute.seasar.org/ja/manual/topic/friends/eclipse/coding/templates.html -
Weekend 'Hackathon' at the IRS | MetaFilter
<div class="svg-sprite" id="svg-sprite-container" style="display:none"></div>...type="text/javascript"> !function() { var static_server = 'dh...www.metafilter.com/208330/Weekend-Hackathon-at-the-IRS -
Effect of model regularization on training and ...
n_informative = 50 , shuffle = False , noise = 1.0 , coef = True , random_state...color = "k" , linewidth = 2 , linestyle = "--" , label = f "Optimum...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
selectPage(cb) | DBFlute
allRecordCount = memberPage. getAllRecordCount() ; int allPageCount = memberPage....currentPageNumber = 3 ; // 実業務では、画面などで指定されたページ番号など MemberCB() cb = new MemberCB();...dbflute.seasar.org/ja/manual/function/ormapper/behavior/select/selectpage.html -
dependencyInjectionMap | DBFlute
<components namespace= "dbflute" > <include path= "j2ee.dicon" />...<components namespace= "dbflute" > <include condition= "#exists('#path')"...dbflute.seasar.org/ja/manual/reference/dfprop/dependencyinjection/index.html -
Hashing feature transformation using Totally Ra...
y = make_circles ( factor = 0.5 , random_state = 0 , noise...random_state = 0 , max_depth = 3 ) X_transformed = hasher . fit_transform...scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_embedding.html -
non_negative_factorization — scikit-learn 1.6.1...
W = None , H = None , n_components = 'auto' , * , init = None...tol = 0.0001 , max_iter = 200 , alpha_W = 0.0 , alpha_H = 'same'...scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html