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

Fast GWR error #3

Open
cdkang opened this issue Jan 16, 2022 · 1 comment
Open

Fast GWR error #3

cdkang opened this issue Jan 16, 2022 · 1 comment

Comments

@cdkang
Copy link

cdkang commented Jan 16, 2022

Hello,

Thank you for sharing the great code of Fast GWR.

I have used my own file like below.

zillow = pd.read_csv("model.csv",sep=',')
zillow.head()

But I have got the below error. Please let me know how to fix it.

#Running FastGWR 1 Processor with auto bandwidth search
!fastgwr run -np 1 -data model.csv -out results_adap.csv -adaptive -constant

Usage: fastgwr run [OPTIONS]
Try 'fastgwr run --help' for help.

Error: no such option: -c

@Ziqi-Li
Copy link
Owner

Ziqi-Li commented Feb 26, 2022

Hi @cdkang
Sorry for this delayed reply. I will look into this, but at the same time, you can drop the "-constant" argument in the call as by default it will add a constant. Let me know if you have any questions.

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