- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 831 - 840 of 3,460 for 1 (0.07 sec)
-
Online learning of a dictionary of parts of fac...
- 1 )) buffer . append ( data ) index += 1 if index %...[MiniBatchKMeans] Reassigning 1 cluster centers. Partial fit of...scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html -
Using KBinsDiscretizer to discretize continuous...
reshape ( - 1 , 1 ) # transform the dataset with...endpoint = False ) . reshape ( - 1 , 1 ) reg = LinearRegression ()...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
Circuit-Breaker configuration options | APM Jav...
circuit_breaker_enabled ( [ 1.14.0 ] Added in 1.14.0. performance) A...www.elastic.co/guide/en/apm/agent/java/current/config-circuit-breaker.html -
load_svmlight_file — scikit-learn 1.6.0 documen...
length=-1 ) [source] # Load datasets in...binary mode. Changed in version 1.2: Path-like objects are now accepted....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html -
L1 Penalty and Sparsity in Logistic Regression ...
axes_row ) in enumerate ( zip (( 1 , 0.1 , 0.01 ), axes )): # Increase...of the models for varying C. C=1.00 Sparsity with L1 penalty: 4.69%...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html -
Dimensionality Reduction with Neighborhood Comp...
subplot(1, 3, i + 1, aspect=1) # Fit the method's...X_embedded [:, 0 ], X_embedded [:, 1 ], c = y , s = 30 , cmap = "Set1"...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
homogeneity_completeness_v_measure — scikit-lea...
1 , 1 , 2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>>...float Score between 0.0 and 1.0. 1.0 stands for perfectly homogeneous...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html -
Post pruning decision trees with cost complexit...
plot ( ccp_alphas [: - 1 ], impurities [: - 1 ], marker = "o" , drawstyle...clfs [ - 1 ] . tree_ . node_count , ccp_alphas [ - 1 ] ) ) Number...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
Plot the decision surfaces of ensembles of tree...
() - 1 , X [:, 0 ] . max () + 1 y_min , y_max = X [:, 1 ] . min...min () - 1 , X [:, 1 ] . max () + 1 xx , yy = np . meshgrid (...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
load_iris — scikit-learn 1.6.0 documentation
scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release...10 , 25 , 50 ]] array([0, 0, 1]) >>> list ( data . target_names...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html