top of page
Profile
About
0 likes received
0 comments received
0 best answers
Posts
Mar 13, 2022
Dive deeper into a decision tree
Most of the winning algorithms in machine learning competitions are tree-based models and the base estimator for most of the tree-based...
Mar 12, 2022
Overview of machine learning in one post
What is Machine Learning? Arthur Samuel (1959) - Machine Learning: Field of study that gives computers the ability to learn without being...
Feb 22, 2022
Basic Statistical Concepts Note
Population vs Sample Suppose someone wants to know some measurements such as height or weight or blood pressure of the whole population....
Jan 14, 2022
Analysis and Forecasting NAICS
The North American Industry Classification System (NAICS) is an industry classification system developed by the statistical agencies of...
Oct 8, 2021
Data Visualization - which types of graphs should we use?
Data visualization is the practice of translating information into a visual context, such as a map or graph, to make data easier for the...
Oct 7, 2021
Pandas techniques - part 4 - Tidy Data
Happy families are all alike; every unhappy family is unhappy in its own way. ( Leo Tolstoy ) Tidy datasets are all alike but every messy...
Oct 7, 2021
Pandas techniques - part 3 - Merging Data Frames
Due to the development of the relational database management system (RDMS), combining and merging data has become an essential...
Oct 6, 2021
Pandas techniques - part 2 - groupby
After loading, merging, and preparing a data set, the next important step is to compute group statistics and pandas provides a...
Oct 6, 2021
Pandas techniques - part 1 - read_csv( )
For a data scientist, the first step is to import data to the workplace. In python, most of us use the `read_csv` method for importing...
Oct 6, 2021
Investigating Guest Stars in the Office
The IMDB website has a description of the Office (US) as "A mockumentary on a group of typical office workers, where the workday consists...
Thiha Naung
Writer
More actions
bottom of page