diff --git a/8_5_cross_validate.py b/cross_validation/8_5_cross_validate.py similarity index 100% rename from 8_5_cross_validate.py rename to cross_validation/8_5_cross_validate.py diff --git a/V2_cross_validate.py b/cross_validation/V2_cross_validate.py similarity index 100% rename from V2_cross_validate.py rename to cross_validation/V2_cross_validate.py diff --git a/EEGExtract.py b/eeg_ml_pipeline/EEGExtract.py similarity index 100% rename from EEGExtract.py rename to eeg_ml_pipeline/EEGExtract.py diff --git a/EpochedFeatures.py b/eeg_ml_pipeline/EpochedFeatures.py similarity index 100% rename from EpochedFeatures.py rename to eeg_ml_pipeline/EpochedFeatures.py diff --git a/ImportUtils.py b/eeg_ml_pipeline/ImportUtils.py similarity index 100% rename from ImportUtils.py rename to eeg_ml_pipeline/ImportUtils.py diff --git a/TopNByClassifier.py b/eeg_ml_pipeline/TopNByClassifier.py similarity index 100% rename from TopNByClassifier.py rename to eeg_ml_pipeline/TopNByClassifier.py diff --git a/TopNByFSMethods.py b/eeg_ml_pipeline/TopNByFSMethods.py similarity index 100% rename from TopNByFSMethods.py rename to eeg_ml_pipeline/TopNByFSMethods.py diff --git a/args_eeg.py b/eeg_ml_pipeline/args_eeg.py similarity index 100% rename from args_eeg.py rename to eeg_ml_pipeline/args_eeg.py diff --git a/feature_select_main.py b/eeg_ml_pipeline/feature_select_main.py similarity index 100% rename from feature_select_main.py rename to eeg_ml_pipeline/feature_select_main.py diff --git a/utils.py b/eeg_ml_pipeline/utils.py similarity index 100% rename from utils.py rename to eeg_ml_pipeline/utils.py diff --git a/V2_deap_il.py b/incremental_learning/V2_deap_il.py similarity index 100% rename from V2_deap_il.py rename to incremental_learning/V2_deap_il.py diff --git a/V2_dreamer_il.py b/incremental_learning/V2_dreamer_il.py similarity index 100% rename from V2_dreamer_il.py rename to incremental_learning/V2_dreamer_il.py diff --git a/incremental_learning_deap.py b/incremental_learning/incremental_learning_deap.py similarity index 100% rename from incremental_learning_deap.py rename to incremental_learning/incremental_learning_deap.py diff --git a/incremental_learning_dreamer.py b/incremental_learning/incremental_learning_dreamer.py similarity index 100% rename from incremental_learning_dreamer.py rename to incremental_learning/incremental_learning_dreamer.py diff --git a/incremental_learning_oasis.py b/incremental_learning/incremental_learning_oasis.py similarity index 100% rename from incremental_learning_oasis.py rename to incremental_learning/incremental_learning_oasis.py diff --git a/incremetal_learning_final_plots.py b/incremental_learning/incremetal_learning_final_plots.py similarity index 100% rename from incremetal_learning_final_plots.py rename to incremental_learning/incremetal_learning_final_plots.py diff --git a/preprocess.py b/incremental_learning/preprocess.py similarity index 100% rename from preprocess.py rename to incremental_learning/preprocess.py diff --git a/run_scripts_incremental_learning.py b/incremental_learning/run_scripts_incremental_learning.py similarity index 100% rename from run_scripts_incremental_learning.py rename to incremental_learning/run_scripts_incremental_learning.py