Skip to content

Commit

Permalink
Merge pull request #23 from sparks-baird/jeet
Browse files Browse the repository at this point in the history
joblib compress, and fixup cv and production model saving
  • Loading branch information
sgbaird authored Mar 3, 2023
2 parents 01a6c8d + 8f9716a commit 13b32e0
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 1,038 deletions.
1 change: 1 addition & 0 deletions models/crabnet_hyperparameter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# Except this file
!.gitignore
!dummy
!cv
Empty file.
1 change: 1 addition & 0 deletions models/crabnet_hyperparameter/dummy/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*
# Except this file
!.gitignore
!cv
2 changes: 2 additions & 0 deletions models/crabnet_hyperparameter/dummy/cv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"# Requires the PyMongo package.\n",
"# https://api.mongodb.com/python/current\n",
"\n",
"client = MongoClient(f\"mongodb+srv://{MONGODB_USERNAME}:{MONGODB_PASSWORD}@matsci-opt-benchmarks.ehu7qrh.mongodb.net/?retryWrites=true&w=majority\")\n",
"cluster_uri = \"matsci-opt-benchmarks.ehu7qrh\"\n",
"client = MongoClient(f\"mongodb+srv://{MONGODB_USERNAME}:{MONGODB_PASSWORD}@{cluster_uri}.mongodb.net/?retryWrites=true&w=majority\")\n",
"\n",
"database_name = \"crabnet-hyperparameter\"\n",
"collection_name = \"sobol\""
Expand Down
Loading

0 comments on commit 13b32e0

Please sign in to comment.