Giter Site home page Giter Site logo

Comments (4)

SauceCat avatar SauceCat commented on August 13, 2024

@jrichardhu thank you so much for the advice, I will look at it. ๐Ÿ˜ธ

from pdpbox.

PierreMegret avatar PierreMegret commented on August 13, 2024

@jrichardhu I am facing the same "ValueError: cannot reindex from a duplicate axis" issue when using pdpbox.pdp.pdp_plot, though I tried to deduplicate train_X with df.drop_duplicates().
Have you manage to implement a working solution for this problem?
Thanks for your help!

from pdpbox.

jrichardhu avatar jrichardhu commented on August 13, 2024

This is how I plotted one variable (pdp_var). Try to see if something similar to this works and if not, perhaps try lowering the value of num_grid_points.

dedup_df = X_Train_all.drop_duplicates(subset=pdp_var)
pdp_ur = pdp.pdp_isolate(clf, dedup_df, pdp_var,
                                 num_grid_points=15,
                                 percentile_range=(5, 95))
pdp.pdp_plot(pdp_ur, pdp_var,
                     center=True, plot_org_pts=True,
                     plot_lines=True, frac_to_plot=0.5,
                     figsize=(10, 10))

from pdpbox.

PierreMegret avatar PierreMegret commented on August 13, 2024

Thank you @jrichardhu, your example of code and advice on lowering num_grid_points made my code worked perfectly!

from pdpbox.

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.