Showing posts with label ML. Show all posts
Showing posts with label ML. Show all posts
2023/05/30
2022/06/25
How to deal with unbalanced dataset in Machine Learning (ML)
Unbalanced dataset is very common. For example, credit card transaction (majority of them are authentic), malware detection ( majority are benign), internet traffic( majority are friendly), CT-scan ( majority without tumor), etc.
Why we need to deal with it and how to deal with it. Here we are going to use Jupyter notebook to illustrate this problem.
I am writing this post little by little, so it may takes a few days to finish.
https://github.com/chaowu2009/ML_Projects/blob/master/ML_unbalanced_data.ipynb
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/