Using AdaBoost To Predict Flights Delays
https://medium.com/@hiram_martinez/using-adaboost-to-predict-flights-delays-4a1eb596f1a2
https://medium.com/@hiram_martinez/using-adaboost-to-predict-flights-delays-4a1eb596f1a2
Medium
Using AdaBoost To Predict Flights Delays
Nowadays, Boosting is one of the most used machine learning techniques for predictive analytics. Its power relies on enhancing the…
The Technique Coming to Mind First for Customer Segmentation: RFM Analysis
https://medium.com/@hikmetburakzcan/the-technique-coming-to-mind-first-for-customer-segmentation-rfm-analysis-ac6454025b28
https://medium.com/@hikmetburakzcan/the-technique-coming-to-mind-first-for-customer-segmentation-rfm-analysis-ac6454025b28
Medium
The Technique Coming to Mind First for Customer Segmentation: RFM Analysis
In this article, I would like to talk about the basics of RFM analysis and then use Python to apply RFM analysis over FLO’s dataset.
Build a Catching Game using Pygame Zero
https://medium.com/@soumyas567/build-a-catching-game-using-pygame-zero-7c7ade93cbbd
https://medium.com/@soumyas567/build-a-catching-game-using-pygame-zero-7c7ade93cbbd
Medium
Build a Catching Game using Pygame Zero
Pygame zero is a tool used for education and is suitable for anyone who is starting to learn to create games using Python. So let’s start…
Python in Action: Finance (3 practical use cases)
https://medium.com/pythoneers/python-in-action-finance-3-practical-use-cases-1f9f707d198d
https://medium.com/pythoneers/python-in-action-finance-3-practical-use-cases-1f9f707d198d
Medium
Python in Action: Finance (3 practical use cases)
One of our recent issues explored Python’s use cases in three fields of scientific research, showing that Python has applications outside…
How to Create a Basic Python Web App Using Flask, SQLAlchemy, and MySQL
https://medium.com/@joseph.j.kalb/how-to-create-a-basic-python-web-app-using-flask-sqlalchemy-and-mysql-326e7cf801b6
https://medium.com/@joseph.j.kalb/how-to-create-a-basic-python-web-app-using-flask-sqlalchemy-and-mysql-326e7cf801b6
Medium
How to Create a Basic Python Web App Using Flask, SQLAlchemy, and MySQL
Intro
How To Move Admin Site to a Subdomain in Django 4.0*
https://medium.com/@h-vo/how-to-move-admin-site-to-a-subdomain-in-django-4-0-4a5ec95c0103
https://medium.com/@h-vo/how-to-move-admin-site-to-a-subdomain-in-django-4-0-4a5ec95c0103
Medium
How To Move The Admin Site to a Subdomain in Django 4.0*
With the the help of django-hosts and a thousand tutorials
Essential Statistics Concepts for Data Science - Beginners
https://kanger.dev/basic-statistics-for-data-science-concepts-guide
https://kanger.dev/basic-statistics-for-data-science-concepts-guide
kanger.dev
Basic Statistics Concepts for Data Science
Beginner's Study Guide to Learn Basic Statistics Concepts for Data Science and Machine Learning with high-quality resources.
If you're new to machine learning and want to learn more, I recently made a video on the implementation of the Decision Tree Classifier in Python!
https://youtu.be/D3a2TG6BZNE
https://youtu.be/D3a2TG6BZNE
YouTube
Exploring the Decision Tree Algorithm in Python! - A Step-by-Step Machine Learning Tutorial
Learn how to implement the Decision Tree Classifier machine learning algorithm in Python - all from SCRATCH! From in-depth explanations to detailed code descriptions, this video is the perfect tutorial for anyone looking to experiment and grow more familiar…