- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 771 - 780 of 2,002 for = (0.09 sec)
-
LassoLarsIC — scikit-learn 1.7.0 documentation
criterion = 'aic' , * , fit_intercept = True , verbose = False ,..., precompute = 'auto' , max_iter = 500 , eps = np.float64(2....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html -
Lars — scikit-learn 1.7.0 documentation
fit_intercept = True , verbose = False , precompute = 'auto' , n_nonzero_coefs...6) , copy_X = True , fit_path = True , jitter = None , random_state...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html -
FeatureUnion — scikit-learn 1.7.0 documentation
n_jobs = None , transformer_weights = None , verbose = False ,...union = FeatureUnion ([( "pca" , PCA ( n_components = 1 )), ......scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
KFold — scikit-learn 1.7.0 documentation
n_splits = 5 , * , shuffle = False , random_state = None ) [source]...KFold(n_splits=2, random_state=None, shuffle=False) >>> for i...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html -
Support Vector Regression (SVR) using linear an...
# svr_rbf = SVR ( kernel = "rbf" , C = 100 , gamma = 0.1 , epsilon...epsilon = 0.1 ) svr_lin = SVR ( kernel = "linear" , C = 100 , gamma...scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html -
QuantileTransformer — scikit-learn 1.7.0 docume...
( loc = 0.5 , scale = 0.25 , size = ( 25 , 1 )), axis = 0 ) >>>...ignore_implicit_zeros = False , subsample = 10000 , random_state = None , copy...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html -
Crafting a minimal reproducer for scikit-learn ...
n_samples = 100 n_components = 3 X, y = make_blobs(n_samples=n_samples,...random_state = 42 ) scaler = StandardScaler ( with_mean = False )...scikit-learn.org/stable/developers/minimal_reproducer.html -
GMM Initialization Methods — scikit-learn 1.7.0...
( bottom = 0.1 , top = 0.9 , hspace = 0.15 , wspace = 0.05 , left...n_components = 4 , means_init = ini , tol = 1e-9 , max_iter = 2000 ,...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html -
alter-step2-failure-log.png
17639795 width=2320, height=1554, bitDepth=8, colorType=RGBAlpha,...translatedKeyword=, text=<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP...dbflute.seasar.org/data/snapshot/intro/alter/alter-step2-failure-log.png -
GaussianProcessClassifier — scikit-learn 1.7.0 ...
n_restarts_optimizer = 0 , max_iter_predict = 100 , warm_start = False , copy_X_train...copy_X_train = True , random_state = None , multi_class = 'one_vs_rest'...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html