Tag: dataset

  • Pandas describe method

    In the previous section we have learned how we can play with pandas head and tail methods. Pandas describe method is also important. Why? Because pandas describe method generates descriptive statistics that we need especially for studying statistical data.  Before moving ahead, let’s take a look at the code first. Now as we take a…

  • Machine Learning on the Iris dataset

    Machine Learning on the Iris dataset is quite easier than other datasets that are available on the Internet. Let’s learn with examples. We use the Iris dataset as a supervised learning problem.  Because in this case, the prediction of the species of an iris using the measurements is easy. We have seen a few examples…