Skip to content
Snippets Groups Projects
Commit 174a0ef5 authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

refactor .gitignore / .gitkeep

parent 5206112e
No related branches found
No related tags found
No related merge requests found
.idea/ .idea/
GUI_Pinard.iml GUI_Pinard.iml
__pycache__/ __pycache__/
src/data/models/*
src/data/predictions/*
src/data/sample_selections/*
src/data/params/*
src/Report/*.pdf src/Report/*.pdf
src/Report/*.tex src/Report/*.tex
src/Report/figures/
src/temp/*
config/config.json config/config.json
\ No newline at end of file
...@@ -5,7 +5,7 @@ from LWPLSR_ import LWPLSR ...@@ -5,7 +5,7 @@ from LWPLSR_ import LWPLSR
# loading the lwplsr_inputs.json # loading the lwplsr_inputs.json
temp_path = Path("temp/") temp_path = Path("temp/")
for i in ['x_train_np', 'y_train_np', 'x_test_np', 'y_test_np']:#,'x_train_np_cv1', 'y_train_np_cv1', 'x_test_np_cv1', 'y_test_np_cv1', 'x_train_np_cv2', 'y_train_np_cv2', 'x_test_np_cv2', 'y_test_np_cv2', 'x_train_np_cv3', 'y_train_np_cv3', 'x_test_np_cv3', 'y_test_np_cv3',]: for i in ['x_train_np', 'y_train_np', 'x_test_np', 'y_test_np','x_train_np_cv1', 'y_train_np_cv1', 'x_test_np_cv1', 'y_test_np_cv1', 'x_train_np_cv2', 'y_train_np_cv2', 'x_test_np_cv2', 'y_test_np_cv2', 'x_train_np_cv3', 'y_train_np_cv3', 'x_test_np_cv3', 'y_test_np_cv3',]:
globals()[i] = np.genfromtxt(temp_path / str(i + ".csv"), delimiter=',') globals()[i] = np.genfromtxt(temp_path / str(i + ".csv"), delimiter=',')
print('CSV imported') print('CSV imported')
print('start model creation') print('start model creation')
......
*
!.gitignore
\ No newline at end of file
* # git ignore tous les fichiers
!.gitignore # sauf celui-ci
\ No newline at end of file
* # git ignore tous les fichiers
!.gitignore # sauf celui-ci
\ No newline at end of file
* # git ignore tous les fichiers
!.gitignore # sauf celui-ci
\ No newline at end of file
{"meta_project": "Life of Brian", "meta_sample_species": "Life of Brian", "meta_sample_category": "Soil", "meta_sample_pretreatment": "Powder", "meta_machine_ID": "Life of Brian", "meta_sample_sub_category": "Green leave", "meta_sample_humidity": "Dry", "meta_scan_place": "Pace"}
\ No newline at end of file
* # git ignore tous les fichiers
!.gitignore # sauf celui-ci
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment