Skip to content

Blog

[Machine Learning] Introduction the indicators of the three evaluation models of Precision、Recall、F1-score

Precision, Recall, and F1-score are three fairly well-known model evaluation indicators, which are mostly used for binary classification (if it is a multi-classification, it is suitable for macro and micro). The following is a brief description of these different indicators:

Read More »[Machine Learning] Introduction the indicators of the three evaluation models of Precision、Recall、F1-score

[Python] Download Articles Published on WordPress through the python-wordpress-xmlrpc package

As mentioned in the article [Python] Automatically post on WordPress through the “python-wordpress-xmlrpc” package, I want to download articles I have published on WordPress through Python for simple classification. Among them, what I found was the module named python-wordpress-xmlrpc.

Read More »[Python] Download Articles Published on WordPress through the python-wordpress-xmlrpc package