Posts

Why is IBM Watson AutoAI is the best cloud AI platform?

Image
 What? AutoAI? What about Google cloud AI, Microsoft Azure cloud AI or AWS AI platform? Well, yes. This cloud platforms is very useful, but AutoAI is better. AutoAI has an advantage from an unexpected side. The advantage is that you don't need to write any single line of code! How it works? Creating models can be time consuming. If you do it to a notebook you have to decide which attribute to use, deal with absent values, and convert all attributes to a format that is acceptable to a chosen algorithm. Then you have to try different algorithms to find which one perform the best. So, you waste a lot of time on things you don't wanna waste on. AutoAI helps you with this routine tasks. First, you need to collect and process data. I chose breast cancer Coimbra data set. You can find it here . Let's take a look at the data set. There are 10 predictors, all quantitative, and a binary dependent variable, indicating the presence or absence of breast cancer. The predictors are anthro...