- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 458 for f (0.1 sec)
-
Trump administration live updates: Doug Burgum ...
Robert F. Kennedy Jr., nominated to lead...they are fearful that if Robert F. Kennedy Jr. is confirmed as health...www.nbcnews.com/politics/congress/live-blog/trump-cabinet-senate-confirmation-hearings-live-updat... -
about.rst.txt
F. and Varoquaux, G. and Gramfort,...scikit-learn.org/stable/_sources/about.rst.txt -
L1-based models for Sparse Signals — scikit-lea...
" f "ARD $R^2$: { r2_score_ard : .3f } , " f "ElasticNet...( X_train , y_train ) print ( f "Lasso fit done in { ( time ()...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
Model-based and sequential feature selection — ...
time () print ( f " \n tol: { tol } " ) print ( f "Features selected:...X , y ) toc = time () print ( f "Features selected by SelectFromModel:...scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
Importance of Feature Scaling — scikit-learn 1....
label = f "class { target_class } " , alpha...1 ], color = color , label = f "class { target_class } " , alpha...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
Polynomial and Spline interpolation — scikit-le...
def f ( x ): """Function to be approximated...replace = False )) y_train = f ( x_train ) # create 2D-array...scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html -
FeatureHasher and DictVectorizer Comparison — s...
s in raw_data ) / 1e6 print ( f " { len ( raw_data ) } documents...data_size_mb / duration ) print ( f "done in { duration : .3f } s...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html -
1.13. Feature selection — scikit-learn 1.6.1 do...
f_classif , mutual_info_classif The methods based on F-test...estimator. For instance, we can use a F-test to retrieve the two best...scikit-learn.org/stable/modules/feature_selection.html -
Classification of text documents using sparse f...
print ( f " { len ( data_train . data ) } documents - " f " { data_train_size_mb...print ( f " { len ( target_names ) } categories" ) print ( f "vectorize...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
Precision-Recall — scikit-learn 1.6.1 documenta...
positives ( \(F_p\) ). \[P = \frac{T_p}{T_p+F_p}\] Recall ( \(R\)...negatives ( \(F_n\) ). \[R = \frac{T_p}{T_p + F_n}\] The precision-recall...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html