機器學習動手做Lesson 8 — 與職場息息相關的Pearson、 Spearman、Kendall相關係數(上篇)
https://flag-editors.medium.com/%E6%A9%9F%E5%99%A8%E5%AD%B8%E7%BF%92%E5%8B%95%E6%89%8B%E5%81%9Alesson-8-%E8%88%87%E8%81%B7%E5%A0%B4%E6%81%AF%E6%81%AF%E7%9B%B8%E9%97%9C%E7%9A%84pearson-spearman-kendall%E7%9B%B8%E9%97%9C%E4%BF%82%E6%95%B8-%E4%B8%8A%E7%AF%87-87c93d38f27e
https://flag-editors.medium.com/%E6%A9%9F%E5%99%A8%E5%AD%B8%E7%BF%92%E5%8B%95%E6%89%8B%E5%81%9Alesson-8-%E8%88%87%E8%81%B7%E5%A0%B4%E6%81%AF%E6%81%AF%E7%9B%B8%E9%97%9C%E7%9A%84pearson-spearman-kendall%E7%9B%B8%E9%97%9C%E4%BF%82%E6%95%B8-%E4%B8%8A%E7%AF%87-87c93d38f27e
Medium
機器學習動手做Lesson 8 — 與職場息息相關的Pearson、 Spearman、Kendall相關係數(上篇)
在讀這篇文章的你們是否還記得高中課上的相關係數嗎?它在你們走出校園中後,仍持續應用在我們在生活中,不論是在研究領域,如: 生物統計、數理統計,還是運用在職場上,如: 產品定價分析、消費者行為分析,甚至在機器學習與深度學習過程,使用相關係數選擇特徵,都是其應用範圍。
(四刷)leetcode 14. Longest Common Prefix(python)|Python 主题月
https://juejin.cn/post/6990518377517154312
https://juejin.cn/post/6990518377517154312
juejin.cn
(四刷)leetcode 14. Longest Common Prefix(python)|Python 主题月
leetcode 14. Longest Common Prefix(python)分而治之的思想解题
How to code a Binance Trading bot that detects the most volatile coins on Binance
https://cryptomaton.medium.com/how-to-code-a-binance-trading-bot-that-detects-the-most-volatile-coins-on-binance-448c3a4143a8
https://cryptomaton.medium.com/how-to-code-a-binance-trading-bot-that-detects-the-most-volatile-coins-on-binance-448c3a4143a8
Medium
Making a crypto trading bot in Python that detects the most volatile coins on Binance
I have to admit I’m quite excited about this bot and I can’t wait to test it out. This volatility crypto trading bot that I’m about to walk…
Options Pricing using Monte Carlo method
https://marketneutralstrategies.medium.com/options-pricing-using-monte-carlo-method-5781993f3423
https://marketneutralstrategies.medium.com/options-pricing-using-monte-carlo-method-5781993f3423
Medium
Options Pricing using Monte Carlo method
Whether you work in the financial markets or not, you have probably heard of option contracts. These are are slightly more complex than…
Parse CSV files contain JSON columns using Pandas
https://vvgsrk.medium.com/parse-csv-files-contain-json-columns-using-pandas-4d534a2164b5
https://vvgsrk.medium.com/parse-csv-files-contain-json-columns-using-pandas-4d534a2164b5
Medium
Parse CSV files contain JSON columns using Pandas
I would like to share the process and code to parse multiple CSV files at the same time which contains JSON in some of the columns