Skip to content

Commit

Permalink
notebook migrated to its own package
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jun 27, 2020
1 parent 96093cc commit bfda0b9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2,826 deletions.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="2020.6.9"
__version__="2020.6.26"
3 changes: 2 additions & 1 deletion jarvis/ai/pkgs/lgbm/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def classification(
)
return info


"""
if __name__ == "__main__":
property = "exfoliation_energy"
tol=100
Expand All @@ -37,3 +37,4 @@ def classification(
models = [LGBMClassifier()]
info = classification(X=X, Y=Y, models=models, preprocess=False, save_model=False, tol=tol)
print (info['LGBMClassifier']['roc_auc'][0])
"""
4 changes: 4 additions & 0 deletions jarvis/notes
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ pytest
coverage run -m pytest
coverage report -m



###Version change
Change version in setup.py and jarvis/__init__.py
1,146 changes: 0 additions & 1,146 deletions notebooks/Analyzing_data_in_the_JARVIS_DFT_dataset.ipynb

This file was deleted.

Loading

0 comments on commit bfda0b9

Please sign in to comment.