March 2019

Random Forest Classification with Python

March 31, 2019 | Dr. Darrin

Random forest is a type of machine learning algorithm in which the algorithm makes multiple decision trees that may use different features and subsample to making as many trees as you specify. The trees then vote to determine the class of an example. This approach helps to deal with the ...
[...Read more...]

Top 8 Docker Images for Data Science

March 1, 2019 | Nagdev Amruthnath

Dockerizing Data Science: Introduction PreReqs: Docker, images, and containers Dockerizing data science packages have become more relevant these days mainly because you can isolate your data science projects without breaking anything. Dockerizing data science projects also make most of your projects portable and sharable and not worrying about installing right ... [...Read more...]

Top 8 Docker Images for Data Science

March 1, 2019 | Nagdev

Dockerizing Data Science: Introduction PreReqs: Docker, images, and containers Dockerizing data science packages have become more relevant these days mainly because you can isolate your data science projects without breaking anything. Dockerizing data science projects also make most of your projects portable and sharable and not worrying about installing right ... [...Read more...]