Time Moves Forward — RAPIDS Hits Its Three Year Milestone
https://medium.com/rapids-ai/time-moves-forward-rapids-hits-its-three-year-milestone-ab34afead003
https://medium.com/rapids-ai/time-moves-forward-rapids-hits-its-three-year-milestone-ab34afead003
Medium
Time Moves Forward — RAPIDS Hits Its Three Year Milestone
Release 21.10 continues to work toward the vision of making GPU speed available to everyone
Checking if a solution exists — Intermediate Value Theorem
https://medium.com/@andrewdaviesul/checking-if-a-solution-exists-intermediate-value-theorem-53d85890350
https://medium.com/@andrewdaviesul/checking-if-a-solution-exists-intermediate-value-theorem-53d85890350
Medium
Checking if a solution to a function exists using the Intermediate Value Theorem
Using the IVT to test whether a solution to a function exists within a particular interval
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.