- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1111 - 1120 of over 10,000 for 2 (5.11 seconds)
Filter
-
Lars — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_nonzero_coefs = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html -
Manifold learning on handwritten digits: Locall...
zorder = 2 , ) shown_images = np . array...(( X [ i ] - shown_images ) ** 2 , 1 ) if np . min ( dist ) < 4e-3...scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html -
ARIMA models in Python
987 Model: SARIMAX(2, 1, 1)x(2, 0, [1, 2], 12) Log Likelihood...the model is SARIMAX(2, 1, 1)x(2, 0, [1, 2], 12) , which means...developer.ibm.com/tutorials/awb-arima-models-in-python/ -
7.9. Transforming the prediction target (y) — s...
array([2, 2, 1]) >>> list ( le . inverse_transform ([ 2 , 2 , 1...y = [[ 2 , 3 , 4 ], [ 2 ], [ 0 , 1 , 3 ], [ 0 , 1 , 2 , 3 , 4...scikit-learn.org/stable/modules/preprocessing_targets.html -
Tweedie regression on insurance claims — scikit...
9900 2.015718e+02 2.015412e+02 2.015342e+02 2.015600e+02...abs. error 2.730129e+02 2.722124e+02 2.740176e+02 2.731633e+02...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
test.log
2024-11-13 10:00:05 INFO [worker-2] Indexing document: test.pdf 2024-11-13...2024-11-13 10:00:06 DEBUG [worker-2] Extracted text content: 吾輩は猫である。名前はまだない。...raw.githubusercontent.com/codelibs/fess-testdata/master/files/logs/test.log -
TimeSeriesSplit — scikit-learn 1.8.0 docu...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
AutoOps regions | Elastic Docs
Virginia) us-east-2 US East (Ohio) us-west-2 US West (Oregon)...US East (N. Virginia) us-east-2 US East (Ohio) us-west-1 US West...www.elastic.co/docs/deploy-manage/monitor/autoops/ec-autoops-regions -
Manage your allocators capacity | Elastic Docs
instance size vCPU 1024 2 2048 2 4096 2 8192 2 16384 4 32768 8 This...formula: Math.min(16,Math.max(2,(16*instanceCapacity*1.0/1024/64).toInt))...www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/ece-manage-capacity -
RobustScaler — scikit-learn 1.8.0 documentation
- 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html