forked from molecularsets/moses
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PyPi package, updated results and pep8 for everything (molecularsets#38)
* prepared configs for aae, vae and char_rnn * pep8 for AAE * pep8 for everything * organ possible fix * cannonize fix * updated metrics 1 * aae schedule * aae reset * updated metrics * citation fix * table fix * flake8 * flake8 * flake8 * PyPi * 0.1.2 * uncomment run.py * Updated installation guide * updated images
- Loading branch information
Showing
46 changed files
with
881 additions
and
510 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# MANIFEST.in | ||
include moses/metrics/NP_Score/publicnp.model.gz | ||
include moses/metrics/SA_Score/fpscores.pkl.gz | ||
include moses/metrics/wehi_pains.csv | ||
include moses/metrics/mcf.csv |
This file contains 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
Git LFS file not shown
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
Metrics: | ||
valid = 0.9318 | ||
unique@1000 = 1.0 | ||
unique@10000 = 0.9997 | ||
FCD/Test = 0.6645175467035784 | ||
SNN/Test = 0.42669992154899766 | ||
Frag/Test = 0.9916269920731577 | ||
Scaf/Test = 0.7192128303909253 | ||
FCD/TestSF = 1.2380286817744661 | ||
SNN/TestSF = 0.4177630543543553 | ||
Frag/TestSF = 0.989809240783198 | ||
Scaf/TestSF = 0.13625606512868904 | ||
IntDiv = 0.8604025257436552 | ||
IntDiv2 = 0.8549279592600445 | ||
Filters = 0.9856907777062317 | ||
logP = 0.040269920561819106 | ||
SA = 0.022420523277690618 | ||
QED = 0.0010633242694970367 | ||
NP = 0.026461962255327598 | ||
weight = 157.77084985632746 | ||
valid,0.9965333333333334 | ||
unique@1000,1.0 | ||
unique@10000,0.995 | ||
FCD/Test,0.39451566360969537 | ||
SNN/Test,0.6197350202808652 | ||
Frag/Test,0.9952207327389667 | ||
Scaf/Test,0.8655408957749475 | ||
FCD/TestSF,1.0003230836124715 | ||
SNN/TestSF,0.5747156766638786 | ||
Frag/TestSF,0.9938711780067438 | ||
Scaf/TestSF,0.10010867373393528 | ||
IntDiv,0.856541407591601 | ||
IntDiv2,0.8503387932899594 | ||
Filters,0.9973575060208724 | ||
logP,0.006196948766068244 | ||
SA,0.0005812067959491407 | ||
QED,0.0001457415989766439 | ||
NP,0.0016591859566610356 | ||
weight,54.325833240195834 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
Metrics: | ||
valid = 0.9958666666666667 | ||
unique@1000 = 1.0 | ||
unique@10000 = 0.9961 | ||
FCD/Test = 0.18057270477252985 | ||
SNN/Test = 0.4808749696814658 | ||
Frag/Test = 0.9993794243233476 | ||
Scaf/Test = 0.8291144077255631 | ||
FCD/TestSF = 0.642756598071756 | ||
SNN/TestSF = 0.4634096329511289 | ||
Frag/TestSF = 0.9979442683227278 | ||
Scaf/TestSF = 0.06315370400365272 | ||
IntDiv = 0.8567752634137624 | ||
IntDiv2 = 0.8507754625073607 | ||
Filters = 0.9987950194135761 | ||
logP = 0.00020268414703905613 | ||
SA = 8.922786682297179e-07 | ||
QED = 5.370506901934691e-07 | ||
NP = 0.0015650157200262083 | ||
weight = 0.5675915246476961 | ||
valid,0.8088333333333333 | ||
unique@1000,1.0 | ||
unique@10000,0.9996 | ||
FCD/Test,0.3550145436688439 | ||
SNN/Test,0.5362426400817155 | ||
Frag/Test,0.9987811912162157 | ||
Scaf/Test,0.8817165100864824 | ||
FCD/TestSF,0.899478579510415 | ||
SNN/TestSF,0.5136873358012769 | ||
Frag/TestSF,0.9962509460695305 | ||
Scaf/TestSF,0.13977800341596502 | ||
IntDiv,0.8546747937509598 | ||
IntDiv2,0.8487736497249426 | ||
Filters,0.975108180506903 | ||
logP,0.026181399410761586 | ||
SA,0.005505369005165572 | ||
QED,0.00010626552640407433 | ||
NP,0.009274782083950273 | ||
weight,66.2643236844649 |
Oops, something went wrong.