Skip to content

ydchen0806/ai4FastEvolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai4FastEvolution

An official implement of Uncovering the Hidden Consequences of Rapid Adaptation in Invasive Plants via a Deep Learning Approach

The pipeline of our proposed methods

Environment Setup

To set up the required environment, you can choose from the following options:

  • Using pip: You can install the necessary Python dependencies from the requirements.txt file using the following command:

    pip install -r requirements.txt
    

We highly recommend using Docker to set up the required environment. Two Docker images are available for your convenience:

Contents

Code

Here is a list of the code files in this repository:

  • data_preprocess_more_data.py - Generates the initial dataset.
  • get_weather_data.py - Incorporates weather data.
  • get_growth_area.py - Calculates lesion distances.
  • data_pca.py - Reduces dimensionality via PCA.
  • MGWR.py - Fits a geographically weighted regression model to estimate beta.(Update soon)
  • auto_ml_fit.py - Fits lesion growth rates using machine learning.
  • get_cluster.py - Performs clustering on the final results.

Workflow Overview

The overall workflow can be summarized as follows:

  1. data_preprocess_more_data.py generates the initial dataset.
  2. get_weather_data.py incorporates weather data.
  3. get_growth_area.py calculates lesion distances.
  4. data_pca.py reduces dimensionality via PCA.
  5. Use MGWR to fit a geographically weighted regression to estimate beta.
  6. auto_ml_fit.py fits lesion growth rates using machine learning.
  7. get_cluster.py clusters the final results.

This workflow provides a high-level overview of the steps involved in your codebase.

About

An official implement of Uncovering the Hidden Consequences of Rapid Adaptation in Invasive Plants via a Deep Learning Approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors