Data Science
Using K-Fold Cross-Validation to Evaluate the Performance of Logistic Regression
A step-by-step Python recipe.
python3pythondata
How to Read and Write Excel Files in Python
Reading and Writing Excel Files in Python using the Openpyxl module.
pythonexcelopenpyxl
How Netflix uses Data Analytics: A Case Study
The contribution of big data and analytics in the success of Netflix.
data-analysisdata-anlyticsdata-science
Why Is The K-Nearest Neighbors (KNN) Called A “Lazy Algorithm”?
machine-learningartificial-intelligenceai
How To Get Live Forex Data With 2 Lines Of Python Code
The latest release from Yahoo Finance API for Python provides the possibility of getting live data with less than a second lag for free
pythonforexdata-science
Autoflake — Remove Unused Imports & Unused Variables from Python Code
Decluttering doesn't happen overnight. It's a process — and often, one that requires equal parts motivation and inspiration
pythondatadata-science
How to Find Best Fit K-Value in KNN
What is K in KNN?
knnk-valuepython
How To Read Parquet Files In Python Without a Distributed Cluster
pythonparquetpandas
Bayes' Theorem: Concepts and Code
Building on our understanding of conditional probability we'll get into Bayes' Theorem
bayes-theoremprobabilitydata-science
Predicting probabilities with Python
pythonmachine-learningprobability