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

Find a more graceful way to deal with this #381

Open
akselx opened this issue Sep 5, 2024 · 0 comments
Open

Find a more graceful way to deal with this #381

akselx opened this issue Sep 5, 2024 · 0 comments

Comments

@akselx
Copy link

akselx commented Sep 5, 2024

A todo note says we don't predict prices for hotels in the hedonic. The current spec includes pricing for Industrial, Retail, Office, filtering on positive rents ( costar_rent>0 ). Hotel markets are different than the typical rental model prevalent for other uses, but we should find a way to avoid dropping those from the pipeline here.

df = df[~df.building_type.isin(["SC", "HO"])]

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