├── Data_download.py.py ├── Project Structure.txt ├── README.md ├── predict.py.py ├── preprocessing.py.py ├── requirements.txt.txt └── train_model.py.py /Data_download.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otutu11/-Chlorophyll-a-and-Ocean-Productivity-Prediction/HEAD/Data_download.py.py -------------------------------------------------------------------------------- /Project Structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otutu11/-Chlorophyll-a-and-Ocean-Productivity-Prediction/HEAD/Project Structure.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otutu11/-Chlorophyll-a-and-Ocean-Productivity-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /predict.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otutu11/-Chlorophyll-a-and-Ocean-Productivity-Prediction/HEAD/predict.py.py -------------------------------------------------------------------------------- /preprocessing.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otutu11/-Chlorophyll-a-and-Ocean-Productivity-Prediction/HEAD/preprocessing.py.py -------------------------------------------------------------------------------- /requirements.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otutu11/-Chlorophyll-a-and-Ocean-Productivity-Prediction/HEAD/requirements.txt.txt -------------------------------------------------------------------------------- /train_model.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Otutu11/-Chlorophyll-a-and-Ocean-Productivity-Prediction/HEAD/train_model.py.py --------------------------------------------------------------------------------