- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4111 - 4120 of 4,744 for * (1.82 sec)
-
sklearn.feature_extraction — scikit-learn 1.7.1...
of patches. image.grid_to_graph Graph of the pixel-to-pixel connections....connections. image.img_to_graph Graph of the pixel-to-pixel gradient...scikit-learn.org/stable/api/sklearn.feature_extraction.html -
getting_started.rst.txt
StandardScaler().fit(X).transform(X) array([[-1., 1.], [ 1., -1.]]) Sometimes,...make_pipeline( ... StandardScaler(), ... LogisticRegression() ... ) ......scikit-learn.org/stable/_sources/getting_started.rst.txt -
fetch_openml — scikit-learn 1.7.1 documentation
retries. parser {“auto”, “pandas”, “liac-arff”}, default=”auto”...bool = 'auto' , n_retries : int = 3 , delay : float = 1.0 , parser...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html -
MDS — scikit-learn 1.7.1 documentation
of 0 indicates “perfect” fit, 0.025 excellent, 0.05 good, 0.1...'warn' , max_iter = 300 , verbose = 0 , eps = 1e-06 , n_jobs = None...scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html -
load_svmlight_files — scikit-learn 1.7.1 docume...
each (see https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/data...zero_based='auto' , query_id=False , offset=0 , length=-1 ) [source]...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html -
ward_tree — scikit-learn 1.7.1 documentation
], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4 ], [ 4 , 0 ]])...ward_tree ( X ) >>> children array([[0, 1], [3, 5], [2, 6], [4, 7],...scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html -
export_text — scikit-learn 1.7.1 documentation
<= 0.80 | |--- class: 0 |--- petal width (cm) > 0.80 | |--- petal...width (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75...scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html -
InputTags — scikit-learn 1.7.1 documentation
both axes. Specifically, this tag is used by sklearn.utils.metae...Ctrl + K GitHub Choose version InputTags # class sklearn.utils....scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html -
mean_variance_axis — scikit-learn 1.7.1 documen...
todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...0.25, 1.75]), array([12. , 0.1875, 4.1875])) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html -
polynomial_kernel — scikit-learn 1.7.1 document...
= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,...array([[1. , 1. ], [1.77, 2.77]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html