Python vs Javascript(NodeJs)? What should you learn? Explain like I’m 5!
https://mesizah.medium.com/python-vs-javascript-nodejs-what-should-you-learn-explain-like-im-5-f96df852eed0
https://mesizah.medium.com/python-vs-javascript-nodejs-what-should-you-learn-explain-like-im-5-f96df852eed0
Medium
Python vs Javascript(NodeJs)? What should you learn? Explain like I’m 5!
Many new programmers and experienced programmers who specialize in older languages like C++, COBOL, VISUAL BASIC, etc. might want to try…
LeetCode #1695 | Maximum Erasure Value (Python)
https://medium.com/@dev.solbass/leetcode-1695-maximum-erasure-value-python-44d89c4444c9
https://medium.com/@dev.solbass/leetcode-1695-maximum-erasure-value-python-44d89c4444c9
Medium
LeetCode #1695 | Maximum Erasure Value (Python)
In order to solve this problem, one effective method is the Window Sliding Technique. To begin, we initialize four variables: sub_array, pointer, current_sum, and result. sub_array is initialized as…
【Python學習筆記】常見的二元分類評估指標 — 混淆矩陣、ROC 曲線
https://medium.com/@SCU.Datascientist/python%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98-%E5%B8%B8%E8%A6%8B%E7%9A%84%E4%BA%8C%E5%85%83%E5%88%86%E9%A1%9E%E8%A9%95%E4%BC%B0%E6%8C%87%E6%A8%99-%E6%B7%B7%E6%B7%86%E7%9F%A9%E9%99%A3-roc-%E6%9B%B2%E7%B7%9A-f214ecd84dab
https://medium.com/@SCU.Datascientist/python%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98-%E5%B8%B8%E8%A6%8B%E7%9A%84%E4%BA%8C%E5%85%83%E5%88%86%E9%A1%9E%E8%A9%95%E4%BC%B0%E6%8C%87%E6%A8%99-%E6%B7%B7%E6%B7%86%E7%9F%A9%E9%99%A3-roc-%E6%9B%B2%E7%B7%9A-f214ecd84dab
Medium
【Python學習筆記】常見的二元分類評估指標 — 混淆矩陣、ROC 曲線
大家在求學階段肯定都曾經歷過不少考試,也許有不少人在心裡對此有排斥感,但考試的本質其實是來評估我們的學習成果,測試我們辛苦的付出是否有成效
A/B Testing Result Analysis Using Python— Beginner’s Guide
https://medium.com/mlearning-ai/a-b-testing-result-analysis-using-python-beginners-guide-7a6562933f7
https://medium.com/mlearning-ai/a-b-testing-result-analysis-using-python-beginners-guide-7a6562933f7
Medium
A/B Testing Result Analysis Using Python— Beginner’s Guide
Recently, I just finished the A/B testing Course at udacity.com. That was one of the few online courses that made me fell in love with a…
Find the best model and parameters in Machine Learning
https://medium.com/@akashmishra75/find-the-best-model-and-parameters-in-machine-learning-888f6abd60ff
https://medium.com/@akashmishra75/find-the-best-model-and-parameters-in-machine-learning-888f6abd60ff
Medium
Find the best model and parameters in Machine Learning
While learning machine learning in the initial stages, I often used to ask myself questions like :
5 steps to build an MVP for a Data API Web App with Python and Streamlit
https://pierre-louis-danieau.medium.com/5-steps-to-build-an-mvp-for-a-data-api-web-app-with-python-and-streamlit-4cfe278cc4a7
https://pierre-louis-danieau.medium.com/5-steps-to-build-an-mvp-for-a-data-api-web-app-with-python-and-streamlit-4cfe278cc4a7
Medium
5 steps to build an MVP for a Data API Web App with Python and Streamlit
Build an MVP in a few hours with only python. Example of a real time train search site.
Different types of data formats CSV, Parquet, and Feather
https://medium.com/mlearning-ai/different-types-of-data-formats-csv-parquet-and-feather-b9f975e461d4
https://medium.com/mlearning-ai/different-types-of-data-formats-csv-parquet-and-feather-b9f975e461d4
Medium
Different types of data formats CSV, Parquet, and Feather
When we are doing data analysis or building models for predicting with help of Machine Learning we came across various kinds of data…
Python in Action: Data Visualization
https://python.plainenglish.io/python-in-action-data-visualization-7ff34b58dc37
https://python.plainenglish.io/python-in-action-data-visualization-7ff34b58dc37
Medium
Python in Action: Data Visualization
Hey Grokking Python readers!
Write Reproducible, Reversible, Tested ML Code With No Time Lost
https://betterprogramming.pub/writing-beautiful-reproducible-reversible-tested-ml-code-should-save-time-not-cost-82f7c9cf03e7
https://betterprogramming.pub/writing-beautiful-reproducible-reversible-tested-ml-code-should-save-time-not-cost-82f7c9cf03e7
Medium
Write Reproducible, Reversible, Tested ML Code With No Time Lost
Plus how to speed up your iteration speed