Skip to content

Commit

Permalink
Prepare for release — complete documentation, packaging, and function…
Browse files Browse the repository at this point in the history
…ality
  • Loading branch information
sarahshi committed Dec 7, 2023
1 parent eb48b54 commit 3e16fcc
Show file tree
Hide file tree
Showing 117 changed files with 84,040 additions and 186,519 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@ __pycache__
/Validation_Data/LEPR_Penny/
/Validation_Data/GEOROC_validationdata.csv
/Training_Data/Mineral/
/MIN_ML_Cluster/t
/parametermatrix_autoencoder/features/
/mineralML_Cluster/t
GEOROC_CpxAmp_NN_Variational.csv
GEOROC_NN_Variational.csv
LEPR_NN_Variational.csv
PetDB_NN_Variational.csv
Cascades_in_prep.ipynb
Train_CovMatch.ipynb
Validate_AE.ipynb
Train_CovMatch.py
Train_LinearModels.py
Validate_AE.py
2 changes: 1 addition & 1 deletion Data_Clean/DataClean_Train.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

import Thermobar as pt
sys.path.append('src')
import MIN_ML as mm
import mineralML as mm

import matplotlib
from matplotlib import pyplot as plt
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3e16fcc

Please sign in to comment.