- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 2,485 for 2 (0.27 sec)
-
root_mean_squared_error — scikit-learn 1.7.2 do...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> r...]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>> root_mean_squared_error...scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html -
DistanceMetric — scikit-learn 1.7.2 documentation
HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html -
RadiusNeighborsRegressor — scikit-learn 1.7.2 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
LassoLars — scikit-learn 1.7.2 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html -
7.7. Kernel Approximation — scikit-learn 1.7.2 ...
\Lambda U_2^T \\ U_2 \Lambda U_1^T & U_2 \Lambda U_2^T \end{bmatrix}...\\ U_2\end{bmatrix} \Lambda \begin{bmatrix} U_1 \\ U_2 \end{bmatrix}^T...scikit-learn.org/stable/modules/kernel_approximation.html -
Lars — scikit-learn 1.7.2 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_nonzero_coefs = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html -
Exponentiation — scikit-learn 1.7.2 documentation
2) is equivalent to using the **...** operator with RBF() ** 2 . Read more in the User Guide . Added...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html -
ParameterGrid — scikit-learn 1.7.2 documentation
{ 'a' : 2 , 'b' : True }, { 'a' : 2 , 'b' : False }])...>>> param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False ]} >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
ParameterSampler — scikit-learn 1.7.2 documenta...
'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True On this...>>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html -
DictionaryLearning — scikit-learn 1.7.2 documen...
_Fro ^ 2 + alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 <=...X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html