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

Add home sale forecast usecase into documentation #1132

Merged
merged 5 commits into from
Sep 17, 2023

Conversation

xzdandy
Copy link
Collaborator

@xzdandy xzdandy commented Sep 16, 2023

  • Add home sale forecast use case into documentation

@xzdandy xzdandy added this to the v0.3.5 milestone Sep 16, 2023
@xzdandy xzdandy self-assigned this Sep 16, 2023
ID 'propertytype'
FREQUENCY 'W';

While running this query, EvaDB will train different models respectively for different property types (i.e., house, unit). Here is the query's output ``DataFrame``:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this sentence.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea is house and unit have very different prices. So we need to train different model for them. The ID column is similar to the GROUP BY. How do you think we should rephrase the sentence?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add this clarification. My confusion was that we are creating a single function but you mention multiple models.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrased. Please check if it is easier to understand now.

@gaurav274 gaurav274 merged commit d3fd40a into staging Sep 17, 2023
@gaurav274 gaurav274 deleted the update_forecast_usecase branch September 17, 2023 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants