CatBoost vs. LightGBM vs. XGBoost | by Kay Jan Wong | Towards Data Science
2023/10/09
2023/10/08
pandas tricks 3
df.sort_values(["a","b","C", ascending=[True, False, True)
df.nlargest(10, 'a').nsmallest(5,"b)
pandas tricks 2
df.select_dtypes(include=['int'])
df.select_dtypes(include=['number'])
df.selected_dytpes(include=['np.number'])
df.get_dtype_counts()
2023/06/16
10 Python Decorators to Take Your Code to the Next Level
10 Python Decorators to Take Your Code to the Next Level
Subscribe to:
Posts (Atom)
How to Supercharge Your Python Classes with Class Methods
How to Supercharge Your Python Classes with Class Methods | by Siavash Yasini | May, 2024 | Towards Data Science As we just mentioned, a c...
-
https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-using-python/ A Kubernetes service - I’m using Docker Desktop with Kub...
-
Five basic elements about reinforcement learning: agent, state, environment, policy, reward. Here is an example https://builtin.com/data-...
-
Comparison among bestText to Image AI generation Here are some results for "every success starts from small steps" 1) Dalle E 2,...
-
https://www.analyseup.com/python-machine-learning/catboost-python-tutorial.html
-
How to Set Up a Task Queue with Celery and RabbitMQ https://www.linode.com/docs/development/python/task-queue-celery-rabbitmq/