Automate the Structure of Your Data Science Projects with Cookiecutter
https://towardsdatascience.com/automate-the-structure-of-your-data-science-projects-with-cookiecutter-937b244114d8
https://towardsdatascience.com/automate-the-structure-of-your-data-science-projects-with-cookiecutter-937b244114d8
Medium
Automate the Structure of Your Data Science Projects with Cookiecutter
Stop the manual work, reuse project templates instead
Structuring Text with Graph Representations
https://medium.com/@diogoapnunes/structuring-text-with-graph-representations-41dd4f2a3ab3
https://medium.com/@diogoapnunes/structuring-text-with-graph-representations-41dd4f2a3ab3
Medium
Structuring Text with Graph Representations
Text is a type of data that, when explored correctly, can be a source of valuable information. However, it can be challenging to explore…
How to create custom argparse types in Python?
https://medium.com/@zackbunch/how-to-create-custom-argparse-types-in-python-608c17d1f94a
https://medium.com/@zackbunch/how-to-create-custom-argparse-types-in-python-608c17d1f94a
Medium
How to create custom argparse types in Python?
As a developer, I find myself writing many scripts that require taking in arguments from the command line and dynamically changing how a…
Supervised Machine Learning: Classification — Boosting and Stacking
https://medium.com/the-quant-journey/supervised-machine-learning-classification-boosting-and-stacking-e23e77963191
https://medium.com/the-quant-journey/supervised-machine-learning-classification-boosting-and-stacking-e23e77963191
Medium
Supervised Machine Learning: Classification — Boosting and Stacking
This is a comprehensive guide to classification tasks for Boosting and Stacking methods.
Q#52: Largest elements in an array
https://medium.com/foundational-data-science-interview-questions/q-52-largest-elements-in-an-array-e49695044d29
https://medium.com/foundational-data-science-interview-questions/q-52-largest-elements-in-an-array-e49695044d29
Medium
Q#52: Largest elements in an array
Given an array with k distinct elements, write a function to return all elements that have at least two elements greater than themselves in…
A look at sklearn’s new estimator, the SelfTrainingClassifier
https://tracyrenee61.medium.com/a-look-at-sklearns-new-estimator-the-selftrainingclassifier-5a8628276abc
https://tracyrenee61.medium.com/a-look-at-sklearns-new-estimator-the-selftrainingclassifier-5a8628276abc
Medium
A look at sklearn’s new estimator, the SelfTrainingClassifier
The premier machine learning library for Python, sklearn, has a new estimator, called SelfTrainingClassifier. This class allows a given…
Should you implement Python automation for your reporting tasks? (Part 2)
https://medium.com/@zoltan.guba/should-you-implement-python-automation-for-your-reporting-tasks-part-2-b0d66843b9f5
https://medium.com/@zoltan.guba/should-you-implement-python-automation-for-your-reporting-tasks-part-2-b0d66843b9f5
Medium
Should you implement Python automation for your reporting tasks? (Part 2)
Aspects many fail to consider — the sequel.
Should you implement Python automation for your reporting tasks? (Part 1)
https://medium.com/@zoltan.guba/should-you-implement-python-automation-for-your-reporting-tasks-part-1-877a4dd6381b
https://medium.com/@zoltan.guba/should-you-implement-python-automation-for-your-reporting-tasks-part-1-877a4dd6381b
Medium
Should you implement Python automation for your reporting tasks? (Part 1)
Aspects many fail to consider.
Python Tutorial: Let’s build a web crawler for sitemaps
https://benscheer.medium.com/python-tutorial-lets-build-a-web-crawler-for-sitemaps-b3afe214f6ed
https://benscheer.medium.com/python-tutorial-lets-build-a-web-crawler-for-sitemaps-b3afe214f6ed
Medium
Python Tutorial: Let’s build a web crawler for sitemaps
A quick, niche tutorial for crawling internal webpages on a website.
Green Screen Replacement like Movies-In Details (with python)
https://medium.com/@yossefdawoad15/green-screen-replacement-like-movies-in-details-with-python-5eec7aeb36c6
https://medium.com/@yossefdawoad15/green-screen-replacement-like-movies-in-details-with-python-5eec7aeb36c6
Medium
Green Screen Replacement like Movies-In Details (with python)
one of the first things you learn in computer vision is Most color and shape transformations are done just by mathematically operating on…