Linear regression relies on several assumptions for its validity:
https://medium.com/@anilbarwar00/linear-regression-relies-on-several-assumptions-for-its-validity-ddd045554ac7
https://medium.com/@anilbarwar00/linear-regression-relies-on-several-assumptions-for-its-validity-ddd045554ac7
Medium
Linear regression relies on several assumptions for its validity:
The relationship between the independent variable(s) and the dependent variable should be approximately linear. This means that the change in the dependent variable is directly proportional to the…
How to pretty print JSON files in Python
https://blog.det.life/how-to-pretty-print-json-files-in-python-37230215c684
https://blog.det.life/how-to-pretty-print-json-files-in-python-37230215c684
Medium
How to pretty print JSON files in Python
Making JSON data more readable 📖
Machine Learning: Credit Card Fraud Detection
https://medium.com/@gabrielnduarte/machine-learning-credit-card-fraud-detection-3413a095045c
https://medium.com/@gabrielnduarte/machine-learning-credit-card-fraud-detection-3413a095045c
Medium
Machine Learning: Credit Card Fraud Detection
With the constant increase in online financial transactions and the increasing popularity of e-commerce, credit cards have become one of…
Monte Carlo Simulation with Matplotlib Animation
https://dzdata.medium.com/monte-carlo-simulation-with-matplotlib-animation-15c07c3376ec
https://dzdata.medium.com/monte-carlo-simulation-with-matplotlib-animation-15c07c3376ec
Medium
Monte Carlo Simulation with Matplotlib Animation
For some mathematical problems, an exact solution can be very difficult to obtain. Instead of solving the problem directly, we can use…
Data Engineer Interview Series: Data Modeling - Part 1
https://medium.com/wwcode-python/data-engineer-interview-series-data-modeling-part-1-20b6a9cfc7a5
https://medium.com/wwcode-python/data-engineer-interview-series-data-modeling-part-1-20b6a9cfc7a5
Medium
Data Engineer Interview Series: Data Modeling - Part 1
Well-constructed data architectures reflect the goals and the business logic of the organization that relies on the data.
Chat2VIS: AI-driven data visualisations with Streamlit, ChatGPT and natural language
https://medium.com/@paula_m/chat2vis-ai-driven-data-visualisations-with-streamlit-chatgpt-and-natural-language-d70a8e41b9d4
https://medium.com/@paula_m/chat2vis-ai-driven-data-visualisations-with-streamlit-chatgpt-and-natural-language-d70a8e41b9d4
Medium
Chat2VIS: AI-driven data visualisations with Streamlit, ChatGPT and natural language
Leverage large language models for Python code generation using prompt engineering
Don’t Write Another Line of Code Until You See These Pydantic V2 Breakthrough Features
https://blog.det.life/dont-write-another-line-of-code-until-you-see-these-pydantic-v2-breakthrough-features-5cdc65e6b448
https://blog.det.life/dont-write-another-line-of-code-until-you-see-these-pydantic-v2-breakthrough-features-5cdc65e6b448
Medium
Don’t Write Another Line of Code Until You See These Pydantic V2 Breakthrough Features
Data Engineers Beware: Pydantic V2’s Game-Changing Upgrades Are Here!
How to use FastAPI with an IoC framework
https://medium.com/@mohammad.elmi/how-to-use-fastapi-with-an-ioc-framework-f32c67d8c59b
https://medium.com/@mohammad.elmi/how-to-use-fastapi-with-an-ioc-framework-f32c67d8c59b
Medium
How to use FastAPI with an IoC framework
While FastAPI has a dependency injection mechanism, it doesn't implement a comprehensive IoC. The aim of this article is to utilize an IoC…
How To Build Redis-like Servers Using Python For New Coders
https://ashtilawat23.medium.com/how-to-build-redis-like-servers-using-python-for-new-coders-8a3f0e901e43
https://ashtilawat23.medium.com/how-to-build-redis-like-servers-using-python-for-new-coders-8a3f0e901e43
Medium
How To Build Redis-like Servers Using Python For New Coders
Introduction
Accelerate regression/classification via Intel optimization for PyTorch
https://medium.com/@sharanya.gandla05/accelerate-regression-classification-via-intel-optimization-for-pytorch-516520d83abd
https://medium.com/@sharanya.gandla05/accelerate-regression-classification-via-intel-optimization-for-pytorch-516520d83abd
Medium
Accelerate regression/classification via Intel optimization for PyTorch
Perform Machine Learning (regression and classification) using the sample code and practice techniques like Sklearn, Tensorflow, PyTorch.
Building Your Own Django Package: A Step-by-Step Guide
https://medium.com/@muhammad-haseeb/building-your-own-django-package-a-step-by-step-guide-8a8906d9010a
https://medium.com/@muhammad-haseeb/building-your-own-django-package-a-step-by-step-guide-8a8906d9010a
Medium
Building Your Own Django Package: A Step-by-Step Guide
In the world of Django development, packages can be a lifesaver. They can help you avoid reinventing the wheel and speed up your…
Deploy Python Script to Azure Functions App
https://wang-kuanchih.medium.com/deploy-python-script-to-azure-functions-app-10df11887918
https://wang-kuanchih.medium.com/deploy-python-script-to-azure-functions-app-10df11887918
Medium
Deploy Python Script to Azure Functions App
The scenario for this post is to create Python Scripts that fetch json file from SportsRadar API, filer some unwanted information and save…
Building a Simple Text-Driven Assistant in Python
https://shamsfiroz.medium.com/building-a-simple-text-driven-assistant-in-python-a9f39f2832e5
https://shamsfiroz.medium.com/building-a-simple-text-driven-assistant-in-python-a9f39f2832e5
Medium
Building a Simple Text-Driven Assistant in Python
Introduction: In this digital age, virtual assistants have become an integral part of our lives, helping us perform various tasks with just…