- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1101 - 1110 of over 10,000 for 2 (1.65 seconds)
Filter
-
Spring Boot Java applications for CICS
JVM server Part 2: Security Tutorial Part 2: Security August...Using Java EE Security Option 2: Using pure Spring Security Option...developer.ibm.com/series/learning-path-spring-boot-java-applications-for-cics/ -
index.css
--sk-landing-bg-2: var(--sk-cyan-shades-2); --sk-landing-bg-3:...var(--sk-cyan-shades-3); --sk-landing-bg-2: var(--sk-cyan); --sk-landing-bg-3:...scikit-learn.org/stable/_static/styles/index.css -
RidgeCV — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination ( \(R^2\) ) otherwise. cv int, cross-validation...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
Compare cross decomposition methods — scikit-le...
that: Y = XB + Err) [[1 1 1] [2 2 2] [0 0 0] [0 0 0] [0 0 0] [0..."X comp. 2" ) plt . title ( "X comp. 1 vs X comp. 2 (test corr...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
Deploy a large installation | Elastic Docs
with 256 GB RAM → 3 hosts total 2 hosts with 128 GB RAM each → 6...proxy role, as starting from ECE 2.4 the JVM proxy was replaced with...www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/deploy-large-installation -
ParameterSampler — scikit-learn 1.8.0 doc...
'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True...param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html -
SGD: convex loss functions — scikit-learn 1.8.0...
] = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return loss...linspace ( xmin , xmax , 100 ) lw = 2 plt . plot ([ xmin , 0 , 0 , xmax...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html -
로그 설정
/^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...fess.codelibs.org/ko/15.4/config/admin-logging.html -
LassoLars — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...max_iter = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html -
Plotting Learning Curves and Checking Models’ S...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 16 , 12 ),...subplots ( nrows = 1 , ncols = 2 , figsize = ( 10 , 6 ), sharey...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html