Code Monkey home page Code Monkey logo

dacs_screening_for_co2rr_using_ml's Introduction

DACs_Screening_for_CO2RR_using_ML

This repo holds the source data and codes for the research paper entitled TBC.

How to use

To reproduce the results, you need using python3 and relevant packages including pytorch, scikit-learn, pandas, matplotlib etc. You can build up the environment for this repo and reproduce the results following the steps:

  1. Install Anaconda or Miniconda.

    Alternatively, you can firstly install python (version 3.8) and then use pip to install necessary packages.

  2. Clone this repository to your local disk:

git clone https://github.com/755452800/DACs_Screening_for_CO2RR_using_ML.git
  1. Change to the project directory, create the python environment and activate the environment:
cd DACs_Screening_for_CO2RR_using_ML
conda env create -f environment.yml
conda activate DACs_Screening

Alternatively, you can use pip to install packages to build the environment after installing python:

cd DACs_Screening_for_CO2RR_using_ML
pip install -r requirements.txt
  1. Check the source data and codes and run the scripts under the DACs_Screening environment to reproduce the results.

Note that plt.show() in the scripts is a blocking function, so you need manually close the figures to continue if you're running the scripts in a terminal.

How to cite

TBC

dacs_screening_for_co2rr_using_ml's People

Contributors

755452800 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.