Blog day

    Introduction To Container Orchestration - Kubernetes

    Container Orchestration - Kubernetes As we know how popular the Containers have become in today’s IT world. Most of the large organizations have moved out of their traditional approach of using virtual machines and started adapting Containers for deployment. Kubernetes (“koo-burr-NET-eez”) is the conventional pronunciation of a Greek word, meaning...

    Read More

    Data Transformation (Part 2)| Normalisation techniques

    We will discuss different data normalisation methods such as value mapping normalisation, discretization normalisation, equal width discretization , egual frequency discretization and aggregation normalisation

    Data Transformation | Normalisation techniques In the part 1 of the series we looked at the various methods of normalising the data including min-max and box-cox transformations. In this part we look at the following Value Mapping Discretization Equal Width Discretization Equal Frequency Discretization Aggregation Value Mapping Sometimes in the...

    Read More