Read a CSV File into PythonAt this site we have a post called Read a TSV File into Python. You can read (import) […] March 4, 2024 in Python tagged pandas / dataframe / read_csv / import / importing / csv / read / python by Mike
Data Structuring & Cleaning with MikeWhat are the steps to cleaning your data in a data analysis project? This article combines a few […] March 4, 2024 in Data Analytics tagged EDA / exploratory / cleaning / data / clean / analysis / Data Cleaning by Mike
Dates and Times in PythonIn this post I am illustrating just a few examples of dates and times to get us started. […] February 27, 2024 in Python tagged python / dates / times by Mike
Print() in PythonHere are a few examples of using print() in Python. I encourage you to do more research and […] February 27, 2024 in Python tagged python / jupyter / print / display / format by Mike
Vimeo IntroductionWhat is Vimeo? Vimeo is a video sharing platform that includes features such as live-streaming and customization. Vimeo […] February 26, 2024 in Cloud tagged embed / storage / video / store / movie / vimeo by Mike
Decision Tree 4 RowsLet’s learn about decision trees with a dataset that has only four rows of generic data, and two […] February 18, 2024 in Machine Learning tagged classifier / decision / tree / Decision Trees by Mike
Scrollable Window in PythonThis code is from the YouTube video by Ken Jee Beginner Kaggle Data Science Project Walk-Through (Housing Prices) […] February 12, 2024 in Python tagged window / scroll / notebook / jupyter / scrollable by Mike
Transpose in PythonTo transpose is to rotate information from one row or column to another to change the data layout, […] February 12, 2024 in Python tagged pandas / transpose / columns / rows by Mike
Naive Bayes Python ExampleHere is an example of Naive Bayes. I created a project using Jupyter Notebook that I called Naive […] February 11, 2024 in Machine Learning tagged Bayes / dummies / sklearn / Naive / classification / soccer / get / weather by Mike
Confusion MatrixWhat is a confusion matrix? a confusion matrix is a graphic that shows you your models true and […] February 9, 2024 in Machine Learning tagged matrix / confusion / true / false / positives / negatives by Mike
Evaluate Supervised Categorical ModelsIn the forth of four stages of the PACE Framework of Google, lies the Evaluate stage. The first […] February 8, 2024 in Machine Learning tagged harmonic / MEAN / model / evaluate by Mike
Class Imbalance in a DatasetWhen a dataset has a predictor variable that contains more instances of one outcome than another, we have […] February 7, 2024 in Machine Learning tagged variable / class / feature / imbalance / predictor by Mike