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

[Python] Automatically post on WordPress through the "python-wordpress-xmlrpc" package

In the process of using WordPress to run my personal blog, sometimes I want to be able to organize all the articles I have written. Of course, the method I want to use is of course other than manually look slowly, such as obtaining WordPress-related information through some APIs.

Read More »[Python] Automatically post on WordPress through the "python-wordpress-xmlrpc" package