Skip to content

LandscapeGeoinformatics/agile2024_rf_interpretability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agile2024_rf_interpretability

Materials for the AGILE 2024 conference workshop in Glasgow, UK Spatial modelling and interpretability with Random Forest.

Workshop time: 6th of June, at 4pm to 6pm Room 101@SCW

Contributions from the following authors from Landscape Geoinformatics Lab:

  • Marta Jemeljanova
  • Holger Virro
  • Wai Tik Chan
  • Alexander Kmoch
  • Evelyn Uuemaa

To follow the workshop, you need a Google account to use the Colab.

Access the Workshop notebook from Colab

  1. Open https://colab.research.google.com/ from your favourite browser, and then you will be redirected to the Colab environment provided by Google; please sign in if needed.

Colab

(Optional) Change display language of Colab from non-English to English display

If you find that your Colab environment isn't displayed in English (ex., menu bar display) and you want to change it to follow the instructions below, you can change the display language by clicking on the Help menu. There is an option to change the display language to English. The following screenshot shows an example in Estonian.

  1. From the Menu bar, click on File > open notebook.

    opennotebook
  2. Inside the open notebook dialogue:

    open_notebook
  3. (Important) After the notebook is opened, Click on File > Save a copy in Drive

    It will make a copy of the notebook into your own Google Drive which you can access later when needed.

    image-20240527141722810
  4. You can verify if the notebook is a copied version by the name. It should start with "Copy of"

    image-20240527142222018

Access the notebook from the local machine

  1. Clone the repository from LandscapGeoinformatics's Github

    a. Open the link https://github.com/LandscapeGeoinformatics/agile2024_rf_interpretability from the browser

    b. Click on Code, then Click on Download ZIP (ex: download to C:\Users\<Profile name> for window)

    image-20240527152543498

    c. Unzip the downloaded file to any directory you prefer (ex: C:\Users\<Profile name>\Agile2024_RF for window))

  2. Open a command line terminal, then change the directory to the unzipped dir.

    cd C:\Users\<Profile name>\Agile2024_RF
  3. Then change the directory to workshop_materials

    cd workshop_materials
  4. Create a new virtual environment with library dependencies from the requirement file with the following command :

    :: The default environment name is agile2024, but if you want to change it to other's , pass additioanl param -n <favour_name>
    conda env create -f conda_environment.yml
  5. After the environment is created, activate the environment by the following command:

    conda activate agile2024
    :: or
    conda activate <favour_name>
  6. Start up jupyter-lab

    jupyter-lab

About

Workshop materials for AGILE 2024 conference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •