Titanic — Machine Learning from Disaster (Kaggle Competition)
https://medium.com/@yasiya.me/titanic-machine-learning-from-disaster-kaggle-competition-f0152bf7c113
https://medium.com/@yasiya.me/titanic-machine-learning-from-disaster-kaggle-competition-f0152bf7c113
Medium
Titanic — Machine Learning from Disaster (Kaggle Competition)
The objective of this project is to correctly predict if someone survived the Titanic shipwreck.
Kaggle Titanic Challenge: Training & Fine Tuning the Model
https://medium.com/@mnkrishn/kaggle-titanic-challenge-training-fine-tuning-the-model-42310439ae7
https://medium.com/@mnkrishn/kaggle-titanic-challenge-training-fine-tuning-the-model-42310439ae7
Medium
Kaggle Titanic Challenge: Training & Fine Tuning the Model
The Art of Fine Tuning a model
Stop Hardcoding Values in Python Apps — Use ConfigParser Instead
https://towardsdatascience.com/stop-hardcoding-values-in-python-apps-use-configparser-instead-58998fe979b
https://towardsdatascience.com/stop-hardcoding-values-in-python-apps-use-configparser-instead-58998fe979b
Medium
Stop Hardcoding Values in Python Apps — Use ConfigParser Instead
Hardcoded values are a terrible idea. Use configparser to read .ini configuration files instead
CSS Locators, Chaining, and Responses
https://medium.com/@ibrahim00mubark/css-locators-chaining-and-responses-3119e75b9c01
https://medium.com/@ibrahim00mubark/css-locators-chaining-and-responses-3119e75b9c01
Medium
CSS Locators, Chaining, and Responses
Learn CSS Locator syntax and begin playing with the idea of chaining together CSS Locators with XPath. We also introduce Response objects…
Trading with Python Library Cloudcraftz
https://neelakash98.medium.com/trading-with-python-library-cloudcraftz-74b84751cd0e
https://neelakash98.medium.com/trading-with-python-library-cloudcraftz-74b84751cd0e
Medium
Trading with Python Library Cloudcraftz
Hello , readers , I’m back again with my finance and trading series and sorry for not posting in the last week , got a little too caught…
Python Reigns Supreme for Programmers
https://medium.com/@dennisyd/python-reigns-supreme-for-programmers-128de2fffd2b
https://medium.com/@dennisyd/python-reigns-supreme-for-programmers-128de2fffd2b
Medium
Python Reigns Supreme for Programmers
Python was ranked first in Hired’s 2022 State of Software Engineers report, followed by JavaScript, Java, TypeScript, and C#. What are the…
Postgres Fuzzy Search With pg_trgm: Smart Database Guesses What You Want and Returns “Cat Food”…
https://alina-li-zhang.medium.com/postgres-fuzzy-search-with-pg-trgm-smart-database-guesses-what-you-want-and-returns-cat-food-4b174d9bede8
https://alina-li-zhang.medium.com/postgres-fuzzy-search-with-pg-trgm-smart-database-guesses-what-you-want-and-returns-cat-food-4b174d9bede8
Medium
Postgres Fuzzy Search With pg_trgm: Smart Database Guesses What You Want and Returns “Cat Food” When “Pet Food” Not Found
Intelligent search with pg_trgm and Levenshtein distance in Postgres
대규모 서비스를 지탱하는 기술 과제 첫번째 파트 구현하기
https://equus3144.medium.com/%EB%8C%80%EA%B7%9C%EB%AA%A8-%EC%84%9C%EB%B9%84%EC%8A%A4%EB%A5%BC-%EC%A7%80%ED%83%B1%ED%95%98%EB%8A%94-%EA%B8%B0%EC%88%A0-%EA%B3%BC%EC%A0%9C-%EC%B2%AB%EB%B2%88%EC%A7%B8-%ED%8C%8C%ED%8A%B8-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0-cca602d1970b
https://equus3144.medium.com/%EB%8C%80%EA%B7%9C%EB%AA%A8-%EC%84%9C%EB%B9%84%EC%8A%A4%EB%A5%BC-%EC%A7%80%ED%83%B1%ED%95%98%EB%8A%94-%EA%B8%B0%EC%88%A0-%EA%B3%BC%EC%A0%9C-%EC%B2%AB%EB%B2%88%EC%A7%B8-%ED%8C%8C%ED%8A%B8-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0-cca602d1970b
Medium
대규모 서비스를 지탱하는 기술 과제 첫번째 파트 구현하기
정수형 압축 프로그래밍으로 데이터 크기를 줄이고 I/O 고속화하기
Python装饰器:套层壳我变得更强了! - Wan-deuk
https://www.cnblogs.com/wan-deuk/p/16169063.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/wan-deuk/p/16169063.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python装饰器:套层壳我变得更强了 - Wan-deuk - 博客园
本文记录《Python Tricks: The Book》第三章“Effective Functions”的学习心得,主要内容包括作用域、闭包以及Python装饰器等,重点对UnboundLocalE
How to Create a Recommendation System with AI Blueprints
https://medium.com/@GalarnykMichael/how-to-create-a-recommendation-system-with-ai-blueprints-5e20b9039992
https://medium.com/@GalarnykMichael/how-to-create-a-recommendation-system-with-ai-blueprints-5e20b9039992
Medium
How to Create a Recommendation System with AI Blueprints
There is a lack of expertise in creating and managing ML pipelines making it more difficult for organizations to become AI driven. In order…
Dynamic daily quotes on Github readme using Github actions and python
https://medium.com/@naveen9715568487/dynamic-daily-quotes-on-github-readme-using-github-actions-and-python-df7ee12788d0
https://medium.com/@naveen9715568487/dynamic-daily-quotes-on-github-readme-using-github-actions-and-python-df7ee12788d0
Medium
Dynamic daily quotes on Github readme using Github actions and python
Github readme file accepts a markdown file and it doesn't allow us to inject any javascript or CSS files. So, we are gonna use GitHub…