How I won my fifth bronze medal by entering a Kaggle competition
https://tracyrenee61.medium.com/how-i-won-my-fifth-bronze-medal-by-entering-a-kaggle-competition-cc21cb86c999
https://tracyrenee61.medium.com/how-i-won-my-fifth-bronze-medal-by-entering-a-kaggle-competition-cc21cb86c999
Medium
How I won my fifth bronze medal by entering a Kaggle competition
This afternoon, after having been given six fillings and a CT scan, costing me quite a substantial sum of money, I was quite chuffed when I…
Build Your First Mood-Based Music Recommendation System in Python
https://towardsdatascience.com/build-your-first-mood-based-music-recommendation-system-in-python-26a427308d96
https://towardsdatascience.com/build-your-first-mood-based-music-recommendation-system-in-python-26a427308d96
Medium
Build Your First Mood-Based Music Recommendation System in Python
Audio-Based Recommendations From Scratch Using the Spotify API
Como os deputados votam: Clusterização dos dados
https://cyaneto.medium.com/como-os-deputados-votam-clusteriza%C3%A7%C3%A3o-dos-dados-88f7604ce8fc
https://cyaneto.medium.com/como-os-deputados-votam-clusteriza%C3%A7%C3%A3o-dos-dados-88f7604ce8fc
Medium
Como os deputados votam: Clusterização dos dados
Um projeto de aprendizado não-supervisionado
Basic and Intermediate Python, and Data Structures
https://medium.com/sololearn/basic-and-intermediate-python-and-data-structures-9d2f7202652b
https://medium.com/sololearn/basic-and-intermediate-python-and-data-structures-9d2f7202652b
Medium
Basic and Intermediate Python, and Data Structures
It’s no surprise that many beginning coders choose to learn Python. For years now, Python has gained a reputation as one of the most…
Serialization in Django RestFramework
https://gautamankul.medium.com/serialization-in-django-restframework-cdc430e7b79c
https://gautamankul.medium.com/serialization-in-django-restframework-cdc430e7b79c
Medium
Serialization in Django RestFramework
serializationin in DRF
Inventory Management for Retail — Stochastic Demand
https://towardsdatascience.com/inventory-management-for-retail-stochastic-demand-3020a43d1c14
https://towardsdatascience.com/inventory-management-for-retail-stochastic-demand-3020a43d1c14
Medium
Inventory Management for Retail — Stochastic Demand
Simulate the impact of safety stock level on inventory management performance metrics assuming a normal distribution of your demand
The basics of using Python in Blender
https://k3no.medium.com/the-basics-of-using-python-in-blender-46831fd094e6
https://k3no.medium.com/the-basics-of-using-python-in-blender-46831fd094e6
Medium
The basics of using Python in Blender
One 3D ART with Python please !
Consistent Pro Fussball team. Is that a thing?
https://medium.com/@sushil.siddesh/consistent-pro-fussball-team-is-that-a-thing-8a54167afcf8
https://medium.com/@sushil.siddesh/consistent-pro-fussball-team-is-that-a-thing-8a54167afcf8
Medium
Consistent Pro Fussball team. Is that a thing?
Introduction
SHAPwaterfall: Visualizing Machine Learning Classification Model Probability Differences between…
https://medium.com/@usma.uva/shapwaterfall-visualizing-machine-learning-classification-model-probability-differences-between-5a294896c4db
https://medium.com/@usma.uva/shapwaterfall-visualizing-machine-learning-classification-model-probability-differences-between-5a294896c4db
Medium
SHAPwaterfall: Visualizing Machine Learning Classification Model Probability Differences between Two Observations
This subject may not have much academic interest. However, there is a valid business use case. Often when our data science teams work with…
From Jupyter Notebook to Deployment — A Straightforward Example
https://towardsdatascience.com/from-jupyter-notebook-to-deployment-a-straightforward-example-1838c203a437
https://towardsdatascience.com/from-jupyter-notebook-to-deployment-a-straightforward-example-1838c203a437
Medium
From Jupyter Notebook to Deployment — A Straightforward Example
A step-by-step example of taking typical machine learning research code and building a production-ready microservice.
Recursion vs Dynamic Programming — Climbing Stairs
https://shuhenglonghorn.medium.com/recursion-vs-dynamic-programming-climbing-stairs-48032b31db98
https://shuhenglonghorn.medium.com/recursion-vs-dynamic-programming-climbing-stairs-48032b31db98
Medium
Recursion vs Dynamic Programming — Climbing Stairs
In this blog, I will use Leetcode 70. Climbing Stairs as our example to illustrate the coding logic and complexity of recursion vs dynamic…
Amazing list of free API’s you can use!
https://preettheman.medium.com/amazing-list-of-free-apis-you-can-use-63932279b20
https://preettheman.medium.com/amazing-list-of-free-apis-you-can-use-63932279b20
Medium
Amazing list of free API’s you can use!
Welcome back! Coding is one of my favorite things to do (well, sometimes 😂), and I love using API’s to help develop my projects, so what…
How to use sklearn’s as_frame parameter
https://tracyrenee61.medium.com/how-to-use-sklearns-as-frame-parameter-380942abbd7d
https://tracyrenee61.medium.com/how-to-use-sklearns-as-frame-parameter-380942abbd7d
Medium
How to use sklearn’s as_frame parameter
I have been working on sklearn’s toy datasets and have discovered that the 0.23 version of the sklearn library has the new parameter…
How to configure, build, and deploy your Python projects to PyPI?
https://lynn-kwong.medium.com/how-to-configure-build-and-deploy-your-python-projects-to-pypi-dac40803fdf
https://lynn-kwong.medium.com/how-to-configure-build-and-deploy-your-python-projects-to-pypi-dac40803fdf
Medium
How to configure, build, and publish your Python projects to PyPI
Learn to publish your Python projects in a modern way