From 04b7d23c00a884c404e42cc70a04a86ce298f53f Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Thu, 6 Jun 2024 08:28:58 -0700 Subject: [PATCH] reorganize files to prepare for GSoC work --- .../model_sampling}/dataset_sampling.ipynb | 0 .../model_sampling}/dataset_sampling.py | 0 .../model_sampling}/example_response.json | 0 .../model_sampling}/example_sample.db | Bin .../model_sampling}/legal-tool-paths.txt | 0 .../model_sampling}/model_dev.ipynb | 0 .../model_results/test/GradientBoost(Ensemble).csv | 0 .../model_results/test/LogisticRegression.csv | 0 .../model_results/test/MultinomialNaiveBayes.csv | 0 .../model_results/test/RandomForest(Ensemble).csv | 0 .../model_results/test/SupportVectorMachine.csv | 0 .../model_results/train/GradientBoost(Ensemble).csv | 0 .../model_results/train/LogisticRegression.csv | 0 .../model_results/train/MultinomialNaiveBayes.csv | 0 .../model_results/train/RandomForest(Ensemble).csv | 0 .../model_results/train/SupportVectorMachine.csv | 0 .../model_sampling}/modeling_dataset.db | Bin 17 files changed, 0 insertions(+), 0 deletions(-) rename {model_sampling => pre-automation/model_sampling}/dataset_sampling.ipynb (100%) rename {model_sampling => pre-automation/model_sampling}/dataset_sampling.py (100%) rename {model_sampling => pre-automation/model_sampling}/example_response.json (100%) rename {model_sampling => pre-automation/model_sampling}/example_sample.db (100%) rename {model_sampling => pre-automation/model_sampling}/legal-tool-paths.txt (100%) rename {model_sampling => pre-automation/model_sampling}/model_dev.ipynb (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/test/GradientBoost(Ensemble).csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/test/LogisticRegression.csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/test/MultinomialNaiveBayes.csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/test/RandomForest(Ensemble).csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/test/SupportVectorMachine.csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/train/GradientBoost(Ensemble).csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/train/LogisticRegression.csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/train/MultinomialNaiveBayes.csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/train/RandomForest(Ensemble).csv (100%) rename {model_sampling => pre-automation/model_sampling}/model_results/train/SupportVectorMachine.csv (100%) rename {model_sampling => pre-automation/model_sampling}/modeling_dataset.db (100%) diff --git a/model_sampling/dataset_sampling.ipynb b/pre-automation/model_sampling/dataset_sampling.ipynb similarity index 100% rename from model_sampling/dataset_sampling.ipynb rename to pre-automation/model_sampling/dataset_sampling.ipynb diff --git a/model_sampling/dataset_sampling.py b/pre-automation/model_sampling/dataset_sampling.py similarity index 100% rename from model_sampling/dataset_sampling.py rename to pre-automation/model_sampling/dataset_sampling.py diff --git a/model_sampling/example_response.json b/pre-automation/model_sampling/example_response.json similarity index 100% rename from model_sampling/example_response.json rename to pre-automation/model_sampling/example_response.json diff --git a/model_sampling/example_sample.db b/pre-automation/model_sampling/example_sample.db similarity index 100% rename from model_sampling/example_sample.db rename to pre-automation/model_sampling/example_sample.db diff --git a/model_sampling/legal-tool-paths.txt b/pre-automation/model_sampling/legal-tool-paths.txt similarity index 100% rename from model_sampling/legal-tool-paths.txt rename to pre-automation/model_sampling/legal-tool-paths.txt diff --git a/model_sampling/model_dev.ipynb b/pre-automation/model_sampling/model_dev.ipynb similarity index 100% rename from model_sampling/model_dev.ipynb rename to pre-automation/model_sampling/model_dev.ipynb diff --git a/model_sampling/model_results/test/GradientBoost(Ensemble).csv b/pre-automation/model_sampling/model_results/test/GradientBoost(Ensemble).csv similarity index 100% rename from model_sampling/model_results/test/GradientBoost(Ensemble).csv rename to pre-automation/model_sampling/model_results/test/GradientBoost(Ensemble).csv diff --git a/model_sampling/model_results/test/LogisticRegression.csv b/pre-automation/model_sampling/model_results/test/LogisticRegression.csv similarity index 100% rename from model_sampling/model_results/test/LogisticRegression.csv rename to pre-automation/model_sampling/model_results/test/LogisticRegression.csv diff --git a/model_sampling/model_results/test/MultinomialNaiveBayes.csv b/pre-automation/model_sampling/model_results/test/MultinomialNaiveBayes.csv similarity index 100% rename from model_sampling/model_results/test/MultinomialNaiveBayes.csv rename to pre-automation/model_sampling/model_results/test/MultinomialNaiveBayes.csv diff --git a/model_sampling/model_results/test/RandomForest(Ensemble).csv b/pre-automation/model_sampling/model_results/test/RandomForest(Ensemble).csv similarity index 100% rename from model_sampling/model_results/test/RandomForest(Ensemble).csv rename to pre-automation/model_sampling/model_results/test/RandomForest(Ensemble).csv diff --git a/model_sampling/model_results/test/SupportVectorMachine.csv b/pre-automation/model_sampling/model_results/test/SupportVectorMachine.csv similarity index 100% rename from model_sampling/model_results/test/SupportVectorMachine.csv rename to pre-automation/model_sampling/model_results/test/SupportVectorMachine.csv diff --git a/model_sampling/model_results/train/GradientBoost(Ensemble).csv b/pre-automation/model_sampling/model_results/train/GradientBoost(Ensemble).csv similarity index 100% rename from model_sampling/model_results/train/GradientBoost(Ensemble).csv rename to pre-automation/model_sampling/model_results/train/GradientBoost(Ensemble).csv diff --git a/model_sampling/model_results/train/LogisticRegression.csv b/pre-automation/model_sampling/model_results/train/LogisticRegression.csv similarity index 100% rename from model_sampling/model_results/train/LogisticRegression.csv rename to pre-automation/model_sampling/model_results/train/LogisticRegression.csv diff --git a/model_sampling/model_results/train/MultinomialNaiveBayes.csv b/pre-automation/model_sampling/model_results/train/MultinomialNaiveBayes.csv similarity index 100% rename from model_sampling/model_results/train/MultinomialNaiveBayes.csv rename to pre-automation/model_sampling/model_results/train/MultinomialNaiveBayes.csv diff --git a/model_sampling/model_results/train/RandomForest(Ensemble).csv b/pre-automation/model_sampling/model_results/train/RandomForest(Ensemble).csv similarity index 100% rename from model_sampling/model_results/train/RandomForest(Ensemble).csv rename to pre-automation/model_sampling/model_results/train/RandomForest(Ensemble).csv diff --git a/model_sampling/model_results/train/SupportVectorMachine.csv b/pre-automation/model_sampling/model_results/train/SupportVectorMachine.csv similarity index 100% rename from model_sampling/model_results/train/SupportVectorMachine.csv rename to pre-automation/model_sampling/model_results/train/SupportVectorMachine.csv diff --git a/model_sampling/modeling_dataset.db b/pre-automation/model_sampling/modeling_dataset.db similarity index 100% rename from model_sampling/modeling_dataset.db rename to pre-automation/model_sampling/modeling_dataset.db