You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this convention could be helpful? Sometimes, I'm not sure what quantities on a Sel_BW object versus a GWR object are estimated, especially since a gwr object receives a bw and does not, itself, estimate that bw.
Sklearn has standardized around using trailing underscores to denote quantities estimated from data.
I think this convention could be helpful? Sometimes, I'm not sure what quantities on a
Sel_BWobject versus aGWRobject are estimated, especially since a gwr object receives a bw and does not, itself, estimate that bw.