Git Product home page Git Product logo

Comments (7)

Taakn avatar Taakn commented on June 26, 2024

@mauriciochamas I'm getting the same error. did you manager to fix it? Thanks!

from boruta_py.

mauriciochamas avatar mauriciochamas commented on June 26, 2024

sys.path.append(r'C:\Users\Usuario\AnacondaProjects\scikit-learn-contrib-boruta_py-c370f01')
from boruta import BorutaPy
base = df.values
x = base[:, 1:]
y = base[:, 0]

from boruta_py.

zhengzhuang3 avatar zhengzhuang3 commented on June 26, 2024

I am also getting the same error. Could you please explain how it happens and how to fix this issue? Thanks!

from boruta_py.

AdityaSoni19031997 avatar AdityaSoni19031997 commented on June 26, 2024

The solution is written above

from boruta_py.

zhengzhuang3 avatar zhengzhuang3 commented on June 26, 2024

Thank you. My error has changed as follows. I wonder whether Boruta can handle regression cases where y is a continuous 1-D array

ValueError: Please check your X and y variable. The providedestimator cannot be fitted to your data.
Unknown label type: 'continuous'

from boruta_py.

AdityaSoni19031997 avatar AdityaSoni19031997 commented on June 26, 2024

It can handle provided you are doing exactly what needs to be done...

It's not necessary that the error that the above person had received and what you are receiving are because of the same thing...,

So think logically what you are doing and then act accordingly

from boruta_py.

zhengzhuang3 avatar zhengzhuang3 commented on June 26, 2024

My task is to select features for doing prediction. But I am getting the error.
I am new to feature selection algorithms, do you know how to fix this issue? Thanks!

ValueError: Please check your X and y variable. The providedestimator cannot be fitted to your data.
Unknown label type: 'continuous'

from boruta_py.

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.