We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In line 183 of Models.py in the model "DestSum" it prints as: return self.aggregated_results
All the other models are: return self.model_results
Could you please make that consistent with the rest of the models?
Thanks!
The text was updated successfully, but these errors were encountered:
Updated notebooks and tweak code
9b43c57
1. Created new folders (sources, destinations, output_data, matrices, models) 2. Replaced notebooks 3. Added figures 3. Changed code (solving issues) - #82: Change syntax to: return self.model_results (Models.py) - #84: Do’t return results when calculating the models (Models.py) - I commented it out. - #85: focus_categories instead of all_categories (lines 161 and 163 of Models.py) - #87: changed plot_type to plot_column (BaseModels.py)
No branches or pull requests
In line 183 of Models.py in the model "DestSum" it prints as:
return self.aggregated_results
All the other models are:
return self.model_results
Could you please make that consistent with the rest of the models?
Thanks!
The text was updated successfully, but these errors were encountered: