Deploying Django in production with Nginx and Gunicorn
https://sambyalsandeep31.medium.com/deploying-django-in-production-with-nginx-and-gunicorn-b51415e0c15f
https://sambyalsandeep31.medium.com/deploying-django-in-production-with-nginx-and-gunicorn-b51415e0c15f
Medium
Setting Django Project
Django is a powerful web framework that includes a development server. However, this inbuilt development server is not suitable for…
Linear regression on time series data like stock price
https://sparkle-mdm.medium.com/linear-regression-on-time-series-data-like-stock-price-514a42d5ac8a
https://sparkle-mdm.medium.com/linear-regression-on-time-series-data-like-stock-price-514a42d5ac8a
Medium
Linear regression on time series data like stock price
Python Data Analysis 4 (PDA4)
Modeling A Spread of an Infectious Disease Using Python
https://kavinduhettiarachchi.medium.com/modeling-a-spread-of-an-infectious-disease-using-python-adcdd762a789
https://kavinduhettiarachchi.medium.com/modeling-a-spread-of-an-infectious-disease-using-python-adcdd762a789
Medium
Modeling A Spread of an Infectious Disease Using Python
With the spread of the Covid 19 virus, epidemiology became an increasingly popular topic among scientific communities. In epidemiology, It…
How to install virtualenv on windows machine
https://medium.com/@_sammiie/how-to-install-virtualenv-on-windows-machine-44948aac0649
https://medium.com/@_sammiie/how-to-install-virtualenv-on-windows-machine-44948aac0649
Medium
How to install virtualenv on windows machine
virtualenv is a tool for creating isolated Python environments containing their own copy of python , pip , and their own place to keep…
Transaction Fraud Detection with Classification Models
https://kole-audu.medium.com/transaction-fraud-detection-with-classification-models-e32cf075f13a
https://kole-audu.medium.com/transaction-fraud-detection-with-classification-models-e32cf075f13a
Medium
Transaction Fraud Detection with Classification Models
INTRODUCTION:
Testing More Hyperparameters with Less Code in Machine Learning
https://zl-liu.medium.com/testing-more-hyperparameters-with-less-code-in-machine-learning-a476074f786
https://zl-liu.medium.com/testing-more-hyperparameters-with-less-code-in-machine-learning-a476074f786
Medium
Testing More Hyperparameters with Less Code in Machine Learning
Let’s say you’ve done your data preprocessing, feature engineering and all that stuff, and you’re ready to build and train your model —…
Objected Oriented Programming In Python
https://medium.com/@shashank.n/objected-oriented-programming-in-python-65c446714543
https://medium.com/@shashank.n/objected-oriented-programming-in-python-65c446714543
Medium
Objected Oriented Programming In Python
Object-oriented programming (OOP) languages are everywhere we see. A significant number of the most broadly utilized coding languages that…
PYTHON CLASSES AND OBJECTS
https://medium.com/@sathvik.bangera/python-classes-and-objects-645f4a3e6b9e
https://medium.com/@sathvik.bangera/python-classes-and-objects-645f4a3e6b9e
Medium
PYTHON CLASSES AND OBJECTS
How to count occurance of words using sklearn’s CountVectorizer
https://medium.com/geekculture/how-to-count-occurance-of-words-using-sklearns-countvectorizer-a9a65815b1e6
https://medium.com/geekculture/how-to-count-occurance-of-words-using-sklearns-countvectorizer-a9a65815b1e6
Medium
How to count occurance of words using sklearn’s CountVectorizer
The last few posts I have written about have been regarding natural language processing, or NLP. There are not a lot of datasets that deal…