Learn From CodeLink

Data Science
A 30-minute's guide to XGBoost (Python code)
by Admin/ on 22 Nov 2021

A 30-minute's guide to XGBoost (Python code)

Xgboost is an integrated learning algorithm, which belongs to the category of boosting algorithms in the 3 commonly used integration methods (bagging, boosting, stacking).

Python
Explaining the 5 Python thread locks
by Admin/ on 20 Nov 2021

Explaining the 5 Python thread locks

This article will focus on the threading module, and for everyday developers, this content is a must-have, and also a high frequency interview FAQ.

Devops
A Linux command a day (21): find -xargs command
by Admin/ on 03 Oct 2021

A Linux command a day (21): find -xargs command

When using the -find command with the -exec option to process matched files, the -find command passes all the matched files together to exec for execution.