preloader

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.

Web Development
Programmers commonly used drawing software and tips
by Admin/ on 31 Aug 2021

Programmers commonly used drawing software and tips

Programmers need to deal with lots of diagrams in their daily life: flowcharts, architecture diagrams, interaction diagrams, functional module diagrams, UML class diagrams, deployment diagrams, various visual diagrams, and so on.