-
Notifications
You must be signed in to change notification settings - Fork 2
pull request to update tutorial #2
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
Open
dbullock1086
wants to merge
38
commits into
UTA-HEP-Computing:master
Choose a base branch
from
dbullock1086:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
Hi Daniel,
Wow that’s great. Thanks.
Sol has been trying to exactly reproduce D. Whiteson et al paper on their data. She also cleaned up the tutorial. Meanwhile I finally got Jupyter notebooks to work the way I want for my class… It would be great if all of these converge…
I’m traveling this week, but we should pick up meetings next week. I’ll let everyone know.
Amir
… On Jan 10, 2017, at 10:13 PM, dbullock1086 ***@***.***> wrote:
I made a lot of these changes while trying to optimize an update to the tutorial. Specifically, I added a Z->ll topological model for a classification study. Major updates include:
implementing a choice of weight normalization for trimming and range
adding 'arrType' to Config to avoid the np.float32 vs float conflict
output CSV standardized so it can be used in pandas, PyTables, h5py, R, Julia, Matlab, etc.
Changes also include general cleanup and simplification.
You can view, comment on, or merge this pull request online at:
#2 <#2>
Commit Summary
header changed to comma-separated for h5py access
using lxplus samples
capitalization fix
capitalization fix
capitalization fix
capitalization fix
revert np.float32 to float
sample directories
test CSV output
refork
refork
redundancy
cleanup
regroup
trying different grouping
missing comma
trying new style
simple pedagogy models
name fix
missing comma
missing slash
missing comma
missing variable
reorder for color
new configs
new tutorial test
tested lxplus, checking uta
tested lxplus, checking uta
actually quick
optimizing
testing new normalization
IQR weight
scale/shift
capitalization
set for tutorial again
retest
retest
File Changes
M Analysis.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-0> (87)
M Arguments.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-1> (68)
M CSVWriter.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-2> (33)
M Classification.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-3> (2)
M Experiment.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-4> (190)
D InputFiles.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-5> (37)
D InputVars.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-6> (23)
A SUSYConfig.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-7> (204)
D ScanConfig.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-8> (62)
A ZllConfig.py <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2/files#diff-9> (76)
Patch Links:
https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2.patch <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2.patch>
https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2.diff <https://github.com/UTA-HEP-Computing/EventClassificationDNN/pull/2.diff>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#2>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AOaeCq-b3AvGyl0GqL3LGkKKijZUK3jOks5rRFcAgaJpZM4LgLXC>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I made a lot of these changes while trying to optimize an update to the tutorial. Specifically, I added a Z->ll topological model for a classification study. Major updates include:
Changes also include general cleanup and simplification.