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

model.get_attributes() returns empty list #796

Closed
VerticaDataScientist opened this issue Oct 31, 2023 · 2 comments · Fixed by #797
Closed

model.get_attributes() returns empty list #796

VerticaDataScientist opened this issue Oct 31, 2023 · 2 comments · Fixed by #797
Assignees
Labels
Bug Something isn't working.

Comments

@VerticaDataScientist
Copy link
Collaborator

After training a model I used model.get_attributes() and it returns empty list as shown in the picture

attr

@oualib
Copy link
Member

oualib commented Oct 31, 2023

can you please, give us a reproducer. What is the model used?

@VerticaDataScientist
Copy link
Collaborator Author

It was a linear regression model

model = LinearRegression(name="test_linreg", solver='BFGS' )
model.drop()
print(model.fit(input_relation=vdf,
X = column_list,
y = target))

@oualib oualib added the Bug Something isn't working. label Oct 31, 2023
@oualib oualib self-assigned this Oct 31, 2023
@oualib oualib linked a pull request Oct 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants