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

Gordo client - allow supplying data directly to the predict function #895

Open
flikka opened this issue Jan 28, 2020 · 0 comments
Open

Gordo client - allow supplying data directly to the predict function #895

flikka opened this issue Jan 28, 2020 · 0 comments
Assignees

Comments

@flikka
Copy link
Contributor

flikka commented Jan 28, 2020

Today, you supply a data provider. But some users we have would like to directly provide the needed "dataframe" for a given Gordo model when doing .predict()

Note - be aware that the pandas.from_dict() sorts your frame according to the index. If this index is a string, but are actually row numbers - it will become wrong. This has been seen in the wild

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

2 participants