Closed humbleOldSage closed 11 months ago
Have you run the code?
Yes
Do you get the same graphs as the paper?
Yet to confirm
Please indicate "testing done".
Ongoing. The way I am planning to test this is I'll match and compare labels generated by both custom branch and master branch. This will verify that master branch and custom branch are functioning similarly.
Is there any other way I can test this ?
Do you get the same graphs as the paper?
They differ. Let me check why this is happening.
Tested. This is running with no errors. Can confirm this generates the same results.
- is this the only notebook that is affected by the change? I know that we have a notebook which generates the performance (accuracy/F-score) of various algorithms. I would expect that it would also need to be changed...
Almost All the other notebooks have dependencies on this module
- I would like to see more information in the PR issue that it works (screenshots, information about the model indicating that it works)
Screenshot from the latest run, so no errors.
Left is current result. Right is from research paper. Suburban 50m.
Suburban 100m
Suburban 150m
Left is current result. Right is from research paper. College 50m.
College 100m
College 150m
4 notebooks,
generate_figs_for_poster.ipynb
SVM_decision_boundaries.ipynb
cluster_performance.ipynb
clustering_example.ipynb
are now working correctly.
These are the results I got from running get_performance_for_poster.ipynb
PARTIALLY TESTED -- I have tested all the notebook except the one that'll take 2 days to run. It's been running for a day now .As soon as that's done. I'll update here.
@humbleOldSage The comments here have not been addressed, this is still a draft - in the "Changes requested" state https://github.com/e-mission/e-mission-eval-private-data/issues/35 is not complete
Since this is partially tested, I'll keep the PR as draft, as soon as I have completed the final testing, I'll mark it as ready to merge.
Not tested. Needs Testing.
generate_figs_from_poster.ipynb
:
plot after latest testing
snap from the research paper :
plot after latest testing
snaps from the research paper :
generate_figs_for_poster.ipynb
:
On the left are Plots after current testing, on the right are images from runs of notebook with @hlu109 custom branch :
150m
50m
100m
Clustering_example.ipynb
Left is current test result. Right is from research paper. Suburban 50m.
Suburban 100m
Suburban 150m
Left is current result. Right is from research paper. College 50m.
College 100m
College 150m
SVM_decision_boundary.ipynb
:
On the left are plots from current test, on the right are plots from old runs :
get_cluster_performance.ipynb
:
For each pair, top one is the result of current test, bottom one is result from older runs :
All model results :
@humbleOldSage two more comments.
Squash-merging since this is 21 commits for some fairly simple changes. @humbleOldSage please account for this while making any future changes.
Changes in
clustering.py
file to shift dependency from hlu09'stour_model_extended
to main branch'strip_model
. Still need to change type of data being passed to fit function for this to work. Marked with a TODO. Explained in detail at https://github.com/e-mission/e-mission-eval-private-data/issues/35#issuecomment-1674290156