Code Monkey home page Code Monkey logo

Comments (1)

Sundar0989 avatar Sundar0989 commented on May 25, 2024

Hi Brian,

The data_vars function is invoked using the code below. The code that you have highlighted is written to extract the value "target". So the value of final would be the string "target".

final_iv, IV = data_vars(df,df.target)

final = "target"

In python, when you pass a variable to a function, it takes the value of the variable. In this script, we are trying to get the name of the variable being passed to the function and not the value.

I am surprised to see that a print would fix the issue. If you are okay with sharing your data and the code, I could take a look into what has happened. If not, I please try to run it one more time by restarting the Ipython notebook session.

Hope that helps. Please let me know if you need any more details. Thanks.

Regards,
Sundar

from woe-and-iv.

Related Issues (5)

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.