Code Monkey home page Code Monkey logo

Comments (1)

RobertSamoilescu avatar RobertSamoilescu commented on June 3, 2024

Hi @shrija2901 ,

If you try to fit multiple datasets, even tough they have the same number of features, I recommend you to define and fit a new explainer.

Although I am not entirely sure that I understood exactly your workflow, I suspect that the error comes from the difference in the number of categories within the columns. To give you an example, suppose that we have an initial dataset in which the first categorical column has only 2 categories (e.g., gender taking the values male or female), and another dataset in which the first categorical column has 4 categories (e.g., color taking values red, yellow, blue, green). As you can observe, the one-hot-encoding representation differ for those two. Even more, although you can have the same number of features in the raw representations of the datasets (e.g., label encoding), the number of columns can differ in the one hot encoding because of the difference in the number of categories within each feature.

This error can occur because the metadata of the dataset is provided at initialization and not at the fit step (e.g., feature_names, category_map are provided to __init__ method). That metadata is used to construct the conditional vector.

Again, I am not sure if this is the case for you since I see some grouping based on the prediction of the model. It would be great if you can provide some runnable code so I can reproduce the error locally and understand better your use case. You can replace the data with some dummy data (randomly generated).

Thanks!

from alibi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.