A Conda Coup D’etat over Pip

Why? My various projects, python versions, my macbook, my IDEs and virtual environments got unwieldy overtime. Conda Pip conda is a system package manager. conda virtual environments isolate projects like Docker containers. Read more.conda has different package repositories. pip is a Python package manager.separately need a virtual environment is needed for pip to function the … Continue reading A Conda Coup D’etat over Pip

TWIMLAI AI for Enterprise Decision Making – Rob Walker

Determining the “what’s best in the next best action” or relevance in the moment with ML/AI in combination with heuristics and rules. Recommenders are tied to product and offering sku-level recommendation based on user probabilities (i.e. recommend this type of television) of transactions what to recommend user. Recommenders input data to Next Best Action which … Continue reading TWIMLAI AI for Enterprise Decision Making – Rob Walker

Image Classification machine learning in RHODS Sandbox under 5 minutes

Let’s face it, there are some great tutorials demonstrating machine learning, which often prove to be great places for data scientists to embark on a new experiment. Combine those tutorials with Red Hat’s sandbox environment configured with OpenShift Data Science and you have you a a fast way to take a machine learning on a … Continue reading Image Classification machine learning in RHODS Sandbox under 5 minutes

Fight Club for Containers – The first rule of Containerfiles

Alright, so not quite as cool as Fight Club…but they can certainly put up a good fight as you try to stuff complex instructions into command conjunctions and backslashes for the sake of the smallest container possible. I wrote these rules down initially so I had something to look back on and maybe they’ll help you too. Continue reading Fight Club for Containers – The first rule of Containerfiles