-
preprocessing.py
is a script that can be used to preprocess data for use in the training model- usage:
python preprocessing.py raw.csv
, where raw.csv contains the raw data to be used
- usage:
-
catnn.py
is a script that can be used to train a neural net that predicts whether a company's stock will increase by 10% or decrease by 10% in a quarter. The script saves the resulting model in a folder named 'nnmodel' so that it can later be used for predictions in another script.- usage:
python catnn.py train.csv
, where data.csv contains the training data to be used
- usage:
-
predictnn.py
is a script that makes a outputs using the neural network model produced bycatnn.py
- usage:
python predict.py
- usage:
-
Notifications
You must be signed in to change notification settings - Fork 0
ECS171-Group-5/MachineLearning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
All machine learning scripts and logic
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published