- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 1,989 for = (0.1 sec)
-
Lasso model selection via information criteria ...
y = load_diabetes ( return_X_y = True , as_frame = True )...aic_criterion , color = "tab:blue" , marker = "o" , label = "AIC criterion"...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lars_ic.html -
RBFSampler — scikit-learn 1.6.1 documentation
gamma = 1.0 , n_components = 100 , random_state = None ) [source]...rbf_feature = RBFSampler ( gamma = 1 , random_state = 1 ) >>> X_features...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html -
Install Elasticsearch with RPM | Elasticsearch ...
asticsearch enabled=0 autorefresh=1 type=rpm-md And your repository...name=Elasticsearch repository for 8.x packages baseurl=https...www.elastic.co/guide/en/elasticsearch/reference/8.17/rpm.html -
ExtraTreeClassifier — scikit-learn 1.6.1 docume...
criterion = 'gini' , splitter = 'random' , max_depth = None , min_samples_split...min_weight_fraction_leaf = 0.0 , max_features = 'sqrt' , random_state = None ,...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html -
Release Highlights for scikit-learn 1.0 — sciki...
n_iter_no_change = 10 , tol = 1e-7 , verbose = 0 , random_state = None ,...loss = "squared_error" , learning_rate = 0.1 , max_iter = 100...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html -
Mavenによるセットアップ | DBFlute
ncoding=UTF-8 ; schema = ; user = xxxdb ; password = xxxdb ......@pom.xml <?xml version="1.0" encoding="UTF-8"?> <project> ......dbflute.seasar.org/ja/environment/setup/maven.html -
TweedieRegressor — scikit-learn 1.6.1 documenta...
power = 0.0 , alpha = 1.0 , fit_intercept = True , link = 'auto'...'auto' , solver = 'lbfgs' , max_iter = 100 , tol = 0.0001 , warm_start...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
SVM with custom kernel — scikit-learn 1.6.1 doc...
cmap = plt . cm . Paired , ax = ax , response_method = "predict"...1 ], c = Y , cmap = plt . cm . Paired , edgecolors = "k" ) plt...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
Gaussian process classification (GPC) on iris d...
y = np . array ( iris . target , dtype = int ) h = 0.02 #...play with iris = datasets . load_iris () X = iris . data [:,...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_iris.html -
cross_val_predict — scikit-learn 1.6.1 document...
y = None , * , groups = None , cv = None , n_jobs = None ,..., verbose = 0 , params = None , pre_dispatch = '2*n_jobs' , method...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html