Quantile Regression in Python
In ordinary linear regression, we are estimating the mean of some variable y, conditional on the values of independent variables X. As we proceed to fit… Read More »Quantile Regression in Python
In ordinary linear regression, we are estimating the mean of some variable y, conditional on the values of independent variables X. As we proceed to fit… Read More »Quantile Regression in Python
This is part of a new series of articles: once or twice a month, we post previous articles that were very popular when first published.… Read More »13 Great Blogs Posted in the last 12 Months
This problem appeared as a project in the edX course ColumbiaX: CSMM.101x Artificial Intelligence (AI). In this assignment an agent will be implemented to solve the… Read More »Using Uninformed & Informed Search Algorithms to Solve 8-Puzzle (n-Puzzle) in Python
During my childhood, our school librarian said that I was invited to attend a conference of writers. I felt honoured and privileged. I asked what… Read More »Using Selection to Find Superman – More on Demand and Capacity
Contributed by Evan Frisch. GitHub hosts over 84 million repositories, a number that continues to grow rapidly. Software developers must consider a number of important factors… Read More »GitHub Profiler: A Tool for Repository Evaluation
Contributed by Thomas Kassel. He enrolled in the NYC Data Science Academy 17-week remote bootcamp program, taking place from January to April 2017. This post is based on his third… Read More »Cleantech in the News: Scraping and Analysis of Online Articles
Contributed by David Letzler, Kyle Gallatin and Christopher Capozzola They enrolled in the NYC Data Science Academy 12-week full time Data Science Bootcamp program taking place between January… Read More »Machine-Learning with Renthop
This is part of a new series of articles: once or twice a month, we post previous articles that were very popular when first published.… Read More »18 Great Blogs Posted in the last 12 Months
Summary: IBM’s Watson now to do your taxes at H&R Block? This is a good opportunity to explore the differences between Question Answering Machines (Watson)… Read More »IBM Watson Does Your Taxes: Question Answering Machine versus Expert System
Let’s face it – cleaning data is a waste of time. If only the data had been collected and entered carefully in the first place,… Read More »How to Clean Your Data Quickly in 5 Steps