- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1031 - 1040 of over 10,000 for 2 (0.18 seconds)
-
PoissonRegressor — scikit-learn 1.8.0 doc...
determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html -
mean_gamma_deviance — scikit-learn 1.8.0 ...
2. , 2. ] >>> mean_gamma_deviance...with the power parameter power=2 . It is invariant to scaling of...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html -
Documentation
Individually Method 2: Clone Repository with Git Step 2: Review Docker...Step 1: Install OpenSearch Step 2: Install Fess Step 3: Startup...fess.codelibs.org/documentation.html -
RationalQuadratic — scikit-learn 1.8.0 do...
x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881, 0.0566, 0.05518],...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html -
Importance of Feature Scaling — scikit-le...
section we select a subset of 2 features that have values with...) = plt . subplots ( ncols = 2 , figsize = ( 12 , 6 )) fit_and_plot_model...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.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 -
Model Complexity Influence — scikit-learn...
"n_iter_no_change" : 2 , }, "changing_param"..."C" : 1e3 , "gamma" : 2 **- 15 }, "changing_param"...scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html -
power_transform — scikit-learn 1.8.0 docu...
2 ], [ 3 , 2 ], [ 4 , 5 ]] >>>...and negative values ‘box-cox’ [2] , only works with strictly positive...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html -
1.17. Neural network models (supervised) —...
predict ([[ 2. , 2. ], [ - 1. , - 2. ]]) array([1, 0])...coef in clf . coefs_ ] [(2, 5), (5, 2), (2, 1)] Currently, MLPClassifier...scikit-learn.org/stable/modules/neural_networks_supervised.html -
single_source_shortest_path_length — scik...
2: 2} >>> graph = np . ones...h ( graph , 2 ) . items ()) [(0, 1), (1, 1), (2, 0), (3, 1),...scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length....