Binary Classification: XGBoost Hyperparameter Tuning Scenarios by Non-exhaustive Grid Search and…
https://tothjd.medium.com/binary-classification-xgboost-hyperparameter-tuning-scenarios-by-non-exhaustive-grid-search-and-c261f4ce098d
https://tothjd.medium.com/binary-classification-xgboost-hyperparameter-tuning-scenarios-by-non-exhaustive-grid-search-and-c261f4ce098d
Medium
Binary Classification: XGBoost Hyperparameter Tuning Scenarios by Non-exhaustive Grid Search and…
Practical example of balancing model performance and computational resource limitations — with code and visualization
15 Useful Snippets for your Daily life Python Problems
https://python.plainenglish.io/15-useful-snippets-for-your-daily-life-python-problems-846aae52772f
https://python.plainenglish.io/15-useful-snippets-for-your-daily-life-python-problems-846aae52772f
Medium
15 Useful Snippets for your Daily life Python Problems
Digitizing, Generic Swapping, Hex_To_RGB, Print Same line Sort Dictionary, and many more useful snippets
Creating Boxplots of Well Log Data Using Matplotlib in Python
https://andymcdonaldgeo.medium.com/creating-boxplots-of-well-log-data-using-matplotlib-in-python-34c3816e73f4
https://andymcdonaldgeo.medium.com/creating-boxplots-of-well-log-data-using-matplotlib-in-python-34c3816e73f4
Medium
Creating Boxplots Using Matplotlib in Python
Boxplots are a great tool for data visualisation, they can be used to understand the distribution of your data, whether it is skewed or not, and whether any outliers are present. In this article, we…
Command Line Arguments in Python
https://medium.com/%E9%9A%A8%E7%AD%86%E8%B6%A3%E4%BA%8B/command-line-arguments-in-python-eb2afc040ff6
https://medium.com/%E9%9A%A8%E7%AD%86%E8%B6%A3%E4%BA%8B/command-line-arguments-in-python-eb2afc040ff6
Medium
Command Line Arguments in Python
The arguments that are given after the name of the program in the command line shell of the operating system are known as Command Line…
7 Assumptions of Linear regression — Data Science with Python & R
https://datapottanalytics.medium.com/7-assumptions-of-linear-regression-data-science-with-python-r-38f169065c26
https://datapottanalytics.medium.com/7-assumptions-of-linear-regression-data-science-with-python-r-38f169065c26
Medium
7 Assumptions of Linear regression — Data Science with Python & R
7 Assumptions of Linear regression using Stata
Python Unit Testing With PyTest
https://dennisokeeffe.medium.com/python-unit-testing-with-pytest-235b789fd374
https://dennisokeeffe.medium.com/python-unit-testing-with-pytest-235b789fd374
Medium
Python Unit Testing With PyTest
This post will demonstrate a basic setup of the PyTest library to run unit tests on your Python code. Our example will be very contrived, but we will create an add, subtract and multiply function to…
Bayesian Optimization for Hyperparameter Tuning — How And Why?
https://medium.com/@maria.gorodetski/bayesian-optimization-for-hyperparameter-tuning-how-and-why-655b0ee0b399
https://medium.com/@maria.gorodetski/bayesian-optimization-for-hyperparameter-tuning-how-and-why-655b0ee0b399
Medium
Bayesian Optimization for Hyperparameter Tuning — How And Why?
A practical guide hyperparameter optimization using three methods: grid, random and bayesian search (with skopt)
Debugging Python application in Docker using VSCode
https://medium.com/@ashok.tankala/debugging-python-application-in-docker-using-vscode-ad585db65c8d
https://medium.com/@ashok.tankala/debugging-python-application-in-docker-using-vscode-ad585db65c8d
Medium
Debugging Python application in Docker using VSCode
Recently I learned docker for a project purpose liked it very much. You might be thinking come on ashok who doesn’t like Docker. True. So I…
Thai Map Visualisation: วิธี Plot แผนที่ประเทศไทยสวยๆ ด้วย Kepler for Geolocation Analysis
https://medium.com/@auuthanadon/thai-map-visualisation-%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5-plot-%E0%B9%81%E0%B8%9C%E0%B8%99%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B9%84%E0%B8%97%E0%B8%A2%E0%B8%AA%E0%B8%A7%E0%B8%A2%E0%B9%86-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-kepler-for-geolocation-analysis-657c99ab345b
https://medium.com/@auuthanadon/thai-map-visualisation-%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5-plot-%E0%B9%81%E0%B8%9C%E0%B8%99%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B9%84%E0%B8%97%E0%B8%A2%E0%B8%AA%E0%B8%A7%E0%B8%A2%E0%B9%86-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-kepler-for-geolocation-analysis-657c99ab345b
Medium
Thai Map Visualisation: Plot แผนที่ประเทศไทยสวยๆ ด้วย Kepler for Geolocation Analysis
วิธี visualise แผนที่ประเทศไทยด้วย kepler
WHALE SEARCH — IN TIMES OF UNCERTAINTY
https://medium.com/@sherryofficial97/whale-search-in-times-of-uncertainty-230468e2846
https://medium.com/@sherryofficial97/whale-search-in-times-of-uncertainty-230468e2846
Medium
WHALE SEARCH — IN TIMES OF UNCERTAINTY
As a retail trader of the FX market who switched to CRYPTO-currency market, its important to realize and use tools to aid diligence. This…
How do you search MongoDB documents in Python?
https://medium.com/@v.serifoglu/how-do-you-search-mongodb-documents-in-python-5c4983816ea9
https://medium.com/@v.serifoglu/how-do-you-search-mongodb-documents-in-python-5c4983816ea9
Medium
How do you search MongoDB documents in Python?
Nowadays, every website provide search techniques to look up for keywords, texts, and phrases. It became an essential tool that makes it…
3 Advanced Operations in Python Lists with Examples
https://rukshanpramoditha.medium.com/3-advanced-operations-in-python-lists-with-examples-eecdcdc6d4e0
https://rukshanpramoditha.medium.com/3-advanced-operations-in-python-lists-with-examples-eecdcdc6d4e0
Medium
3 Advanced Operations in Python Lists with Examples
Merging, List Comprehension and Append Elements
AI金融科技應用實務 — Day1 課程筆記 — Python底層架構,大家會好奇Python是怎麼讓機器讀懂的嗎?為何Python要多一種翻譯來讓機器讀懂? — Part 1
https://chwang12341.medium.com/ai%E9%87%91%E8%9E%8D%E7%A7%91%E6%8A%80%E6%87%89%E7%94%A8%E5%AF%A6%E5%8B%99-day1-%E8%AA%B2%E7%A8%8B%E7%AD%86%E8%A8%98-python%E5%BA%95%E5%B1%A4%E6%9E%B6%E6%A7%8B-%E5%A4%A7%E5%AE%B6%E6%9C%83%E5%A5%BD%E5%A5%87python%E6%98%AF%E6%80%8E%E9%BA%BC%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82%E7%9A%84%E5%97%8E-%E7%82%BA%E4%BD%95python%E8%A6%81%E5%A4%9A%E4%B8%80%E7%A8%AE%E7%BF%BB%E8%AD%AF%E4%BE%86%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82-part-1-75df17f55288
https://chwang12341.medium.com/ai%E9%87%91%E8%9E%8D%E7%A7%91%E6%8A%80%E6%87%89%E7%94%A8%E5%AF%A6%E5%8B%99-day1-%E8%AA%B2%E7%A8%8B%E7%AD%86%E8%A8%98-python%E5%BA%95%E5%B1%A4%E6%9E%B6%E6%A7%8B-%E5%A4%A7%E5%AE%B6%E6%9C%83%E5%A5%BD%E5%A5%87python%E6%98%AF%E6%80%8E%E9%BA%BC%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82%E7%9A%84%E5%97%8E-%E7%82%BA%E4%BD%95python%E8%A6%81%E5%A4%9A%E4%B8%80%E7%A8%AE%E7%BF%BB%E8%AD%AF%E4%BE%86%E8%AE%93%E6%A9%9F%E5%99%A8%E8%AE%80%E6%87%82-part-1-75df17f55288
Medium
AI金融科技應用實務 — Day1 課程筆記 — Python底層架構,大家會好奇Python是怎麼讓機器讀懂的嗎?為何Python要多一種翻譯來讓機器讀懂? — Part 1
哈囉,大家好!! 最近小弟決定開始上AI金融科技實體課程培訓,目的是想讓自己更了解AI技術如何在金融產業領域上應用,所以這邊我想紀錄一下,在這個系列課程中我覺得很重要的觀念部分,以及自己多查詢更深入的程式觀念