Weekly Article News #2

The recommended articles the author has read this week.

Simplifying the ROC and AUC metrics.

Highly recommended. After reading this article, we can understand the concept of tuning the threshold of a logistic regression model. And, ROC and AUC, validation indicators for binary classifications, are also described with intuitive concepts.

Import all Python libraries in one line of code

Interesting library. It may save you time.

Don’t Use Python OS Library Any More When Pathlib Can Do

The os library in Python is useful. However, the Pathlib is also practical because it is easier to be handled as an object style.

15 Most Powerful Python One-liners You Can’t Skip

It will be practice, especially for a python beginner. You can learn how to write a code with compact descriptions.