IBM Modeller has a Machine Learning toolkit that deploys most of the top algorithms on your dataset. The old saying of "garbage in, garbage out" holds true but the software gives some easy ways to test things out.
The analysis below looks across S&P500 stocks and tries to determine which industry they are in given their financial ratios.
First, you setup the model and partition that data:
![](https://static.wixstatic.com/media/f56d19_d146680dcd89497b8f0bfb5d8d186ae7~mv2.png/v1/fill/w_556,h_188,al_c,q_85,enc_auto/f56d19_d146680dcd89497b8f0bfb5d8d186ae7~mv2.png)
After running the setup above we can see the output across numerous models.
![](https://static.wixstatic.com/media/f56d19_371d67de31e04bebb9026aebb072703c~mv2.png/v1/fill/w_653,h_289,al_c,q_85,enc_auto/f56d19_371d67de31e04bebb9026aebb072703c~mv2.png)
Here is the output:
![](https://static.wixstatic.com/media/f56d19_4c40a8afa15344a9bf1e22fa89d0b829~mv2.jpg/v1/fill/w_909,h_630,al_c,q_85,enc_auto/f56d19_4c40a8afa15344a9bf1e22fa89d0b829~mv2.jpg)
Comments