Lumiata Uses Yhat Platform to Deliver AI-Powered Health Predictions

by Newswire | November 21, 2016 Yhat’s ScienceOps Solves Language Incompatibilities between Artificial Intelligence Algorithms and Digital Applications Yhat, a software company working to bridge the technological divide between data scientists and engineers, announced today that Lumiata, the AI-powered predictive analytics company, has implemented Yhat’s machine learning deployment platform, ScienceOps. Yhat’s ScienceOps allows data scientists […]

Read More

Random Forests in Python

Random forest is a highly versatile machine learning method with numerous applications ranging from marketing to healthcare and insurance. It can be used to model the impact of marketing on customer acquisition, retention, and churn or to predict disease risk and susceptibility in patients. Random forest is capable of regression and classification. It can handle […]

Read More

pandasql: Make python speak SQL

Introduction One of my favorite things about Python is that users get the benefit of observing the R community and then emulating the best parts of it. I’m a big believer that a language is only as helpful as its libraries and tools. This post is about pandasql, a Python package we (Yhat) wrote that […]

Read More