Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classification turned into regression #450

Open
FeliciaSatriya opened this issue Apr 30, 2024 · 0 comments
Open

Classification turned into regression #450

FeliciaSatriya opened this issue Apr 30, 2024 · 0 comments

Comments

@FeliciaSatriya
Copy link

Describe the bug
I was running LazyClassifier for a classification problem on my data, however, it returned the result of a regression problem as the output metrics are all regression metrics. I ran it two times in case the first one was a glitch, but the output remains the same.
As a note, I already transformed all of my data into numerics to ensure that it is compatible with all models, with the class target labeled as 0 and 1.

Here is a screenshot of my code and the result.
Screenshot 2024-04-30 224353

Desktop (please complete the following information):

  • OS: Windows 10 version 22H2
  • Browser: Chrome version 124.0.6367.63

Additional context
The code was ran on Jupyter Notebook.
My jupyter code packages:
IPython : 8.10.0
ipykernel : 6.19.2
ipywidgets : 7.6.5
jupyter_client : 7.3.4
jupyter_core : 5.2.0
jupyter_server : 1.23.4
jupyterlab : 3.5.3
nbclient : 0.5.13
nbconvert : 6.5.4
nbformat : 5.7.0
notebook : 6.5.2
qtconsole : 5.4.0
traitlets : 5.7.1

Python version: Python 3.10.9
All of the necessary python libraries also already pre-installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant