Data Science
Is iOS/Android Capable of Doing Data Science?
We keep hearing in the news and tech articles about iPad being the computer replacement. But how good is it with respect to data science?
We keep hearing in the news and tech articles about iPad being the computer replacement. But how good is it with respect to data science?
Ever wondered how to plot data on a map using python? We are going to find out in today’s tutorial.
Data Visualization is about taking data and representing it visually to make large data interpretable to humans. Data Visualization also allows us to look at trends and patterns in the data to facilitate decision making. Python has a lot of data visualization libraries for common type of visualizations. Some of Read more…
There is barely any assistance when it comes to converting Geo-data to a Geopoint object to store in a NoSQL DB, specifically speaking, MongoDB. It was a lot tougher than shooting in the dark, and after wearing the cap of a geeky Holmes the whole night, applying a lot of Read more…
COVID19 has created a lot of problems for each and everyone in this world. It has affected every industry and every person. It has forced everyone to be in a lockdown. As a consequence of the lockdown, global air pollution levels have gone down. But how is each city performing? Read more…
Linear Regression is one of the most used statistical models in the industry. The main advantage of linear regression lies in its simplicity and interpretability. Linear regression is used to forecast revenue of a company based on parameters, forecasting player’s growth in sports, predicting the price of a product given Read more…