- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 731 - 740 of 3,455 for 1 (0.09 sec)
-
Recursive feature elimination — scikit-learn 1....
n_features_to_select = 1 , step = 1 )), ] ) pipe . fit ( X ,...(( len ( digits . images ), - 1 )) y = digits . target pipe =...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html -
fetch_kddcup99 — scikit-learn 1.6.0 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the kddcup99...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html -
MetadataRequest — scikit-learn 1.6.0 documentation
Added in version 1.3. Parameters : owner str The...given method. Added in version 1.4. Parameters : method str The...scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MetadataRequest.html -
max_error — scikit-learn 1.7.dev0 documentation
1 ] >>> y_pred = [ 4 , 2 , 7 , 1 ] >>> max_error...( y_true , y_pred ) np.int64(1) On this page Show Source...scikit-learn.org/dev/modules/generated/sklearn.metrics.max_error.html -
Supported technologies | APM .NET Agent Referen...
NET Framework) in IIS [ 1.1 ] Added in 1.1. 4.6.2+ (IIS 7.0 or newer)...System.Net.HttpWebRequest [ 1.1 ] Added in 1.1. Cloud services Automatic...www.elastic.co/guide/en/apm/agent/dotnet/current/supported-technologies.html -
compute_sample_weight — scikit-learn 1.6.0 docu...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}] . The "balanced" mode uses...scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_sample_weight.html -
Configuration on ASP.NET | APM .NET Agent Refer...
xml version="1.0" encoding="utf-8"?> <!-- ......www.elastic.co/guide/en/apm/agent/dotnet/current/configuration-on-asp-net.html -
Simple 1D Kernel Density Estimation — scikit-le...
1 , int ( 0.3 * N )), np . random . normal ( 5 , 1 , int...score_samples ( X_plot ) ax [ 1 , 1 ] . fill ( X_plot [:, 0 ], np...scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html -
compute_optics_graph — scikit-learn 1.6.0 docum...
1.41..., 1. , 1. , 4.12...]) >>> reachability array([ inf,...3.16..., 1.41..., 4.12..., 1. , 5. ]) >>> predecessor array([-1, 0,...scikit-learn.org/stable/modules/generated/sklearn.cluster.compute_optics_graph.html -
A demo of K-Means clustering on the handwritten...
1 ] . min () - 1 , reduced_data [:, 1 ] . max () + 1 xx ,.... min () - 1 , reduced_data [:, 0 ] . max () + 1 y_min , y_max...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html