- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 1,998 for = (0.24 sec)
-
NuSVR — scikit-learn 1.7.0 documentation
nu = 0.5 , C = 1.0 , kernel = 'rbf' , degree = 3 , gamma...gamma = 'scale' , coef0 = 0.0 , shrinking = True , tol = 0.001 ,...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
auto_examples_jupyter.zip
pace=0.01, wspace=0.01, top=1, bottom=0, left=0, right=1)\n\nplt.show()"...plt.subplots_adjust(bottom=0, left=0.01, right=0.99, top=0.90, hspace=0.35)\n for...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
Nearest Neighbors Classification — scikit-learn...
train_test_split iris = load_iris ( as_frame = True ) X = iris . data [[...DecisionBoundaryDisp _ , axs = plt . subplots ( ncols = 2 , figsize = ( 12 , 5 ))...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
Balance model complexity and cross-validated sc...
random_state = 42 , C = 0.01 , max_iter = 1000 )), ] ) param_grid = { ...GridSearchCV(cv=ShuffleSplit(n_splits=30, random_state=0, test_size=None,...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html -
LearningCurveDisplay — scikit-learn 1.7.0 docum...
error_score = nan , fit_params = None , ax = None , negate_score = False...>>> X , y = load_iris ( return_X_y = True ) >>> tree = DecisionTreeClassifi...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
DecisionTreeClassifier — scikit-learn 1.7.0 doc...
criterion = 'gini' , splitter = 'best' , max_depth = None , min_samples_split...min_weight_fraction_leaf = 0.0 , max_features = None , random_state = None , max_leaf_nodes...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html -
Spring Frameworkの取扱い | DBFlute
multiple DB // ========== // Runtime Component // ========== @Bean(name=...DBFluteBeansJavaConf { // ========== // Attribute // ========= @Autowired protected...dbflute.seasar.org/ja/manual/reference/diway/spring/index.html -
LogisticRegression — scikit-learn 1.7.0 documen...
penalty = 'l2' , * , dual = False , tol = 0.0001 , C = 1.0 , fit_intercept...fit_intercept = True , intercept_scaling = 1 , class_weight = None ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html -
GraphicalLassoCV — scikit-learn 1.7.0 documenta...
alphas = 4 , n_refinements = 4 , cv = None , tol = 0.0001 ,...enet_tol = 0.0001 , max_iter = 100 , mode = 'cd' , n_jobs = None...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
PLSCanonical — scikit-learn 1.7.0 documentation
n_components = 2 , * , scale = True , algorithm = 'nipals' , max_iter...max_iter = 500 , tol = 1e-06 , copy = True ) [source] # Partial...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html