- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1161 - 1170 of 2,024 for = (0.06 sec)
-
Release Highlights for scikit-learn 1.7 — sciki...
ng = True ) X , y = make_classification ( random_state = 0 )...set_fit_request ( X_val = True , y_val = True ) model = Pipeline ([( "sc"...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html -
RBFSampler — scikit-learn 1.7.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 -
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 -
HuberRegressor — scikit-learn 1.7.1 documentation
n_samples = 200 , n_features = 2 , noise = 4.0 , coef = True , random_state...( * , epsilon = 1.35 , max_iter = 100 , alpha = 0.0001 , warm_start...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
config_context — scikit-learn 1.7.1 documentation
assume_finite = None , working_memory = None , print_changed_only = None...None , display = None , pairwise_dist_chunk_size = None , enabl...scikit-learn.org/stable/modules/generated/sklearn.config_context.html -
Kernel — scikit-learn 1.7.1 documentation
kernel = CustomKernel ( length_scale = 2.0 ) >>> X = np . array...length_scale = 1.0 ): ... self . length_scale = length_scale...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html -
Getting Started — scikit-learn 1.7.1 documentation
clf = RandomForestClassifi ( random_state = 0 ) >>> X = [[ 1..., y = make_regression ( n_samples = 1000 , random_state = 0 )...scikit-learn.org/stable/getting_started.html -
ClassifierChain — scikit-learn 1.7.1 documentation
estimator = None , * , order = None , cv = None , chain_method = 'predict'...random_state = None , verbose = False , base_estimator = 'deprecated'...scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html -
SAFluteのタイプセーフProperties (Objective Typesafe Pr...
<component name="sea" class="org.dbflute.Sea"> <property name="key">land</property>...というキー値のプロパティを取得している) String prop = docksideConfig.getSeaLand(); ...dbflute.seasar.org/ja/manual/function/helper/saflute/objsafeprop.html -
fetch_lfw_people — scikit-learn 1.7.1 documenta...
download_if_missing = True , return_X_y = False , n_retries = 3 , delay = 1.0..., data_home = None , funneled = True , resize = 0.5 , min_faces_per_person...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.html