December 2018

Recommendation Engine with Python

December 25, 2018 | Dr. Darrin

Recommendation engines make future suggestion to a person based on their prior behavior. There are several ways to develop recommendation engines but for purposes, we will be looking at the development of a user-based collaborative filter. This type of filter takes the ratings of others to suggest future items to ...
[...Read more...]

Elastic Net Regression in Python

December 23, 2018 | Dr. Darrin

Elastic net regression combines the power of ridge and lasso regression into one algorithm. What this means is that with elastic net the algorithm can remove weak variables altogether as with lasso or to reduce them to close to zero as with ridge. All of these algorithms are examples of ...
[...Read more...]

Using Cassandra Through R

December 11, 2018 | Nagdev Amruthnath

In the last couple of years, there has been a lot of buzz around open source community. Almost every day, there are a lot of tools being open sourced. With a ton of open source tools in the market, don’t expect to have drivers built for every platform. I ... [...Read more...]

Using Cassandra Through R

December 11, 2018 | Nagdev

In the last couple of years, there has been a lot of buzz around open source community. Almost every day, there are a lot of tools being open sourced. With a ton of open source tools in the market, don’t expect to have drivers built for every platform. I ... [...Read more...]