Git Product home page Git Product logo

perovskite-oxide-stability-prediction's Introduction

This package can give predictions on stability of new perovskite compoounds using machine learning approach.

How to use:

  1. New compounds info should be put in the newCompound.xlsx file, with the specified format as described in the excel file
  2. The training data should be put in the perovskite_DFT_EaH_FormE.xlsx. This file already contains over 1900 compounds. Users can add more compounds to this training set.
  3. Run python script energy_prediction.py using command: python energy_prediction.py. Requirements:
  • python version >= 3.5

  • sklearn, pandas, numpy.

  1. During the running of the python script, temporary files *.csv will be generated, which contain the generated features of the compounds in the training set and the new compounds to be predicted. The temporary files are generated by feature_vector.py, called by the energy_prediction.py.
  2. Results are put in the prediction_result.xlsx file. In the stability column, 1 stands for stable, 0 stands for unstable.

Information:

The energy_prediction embeds the selected best classification model (extra trees) and the best regression model (kernel ridge regression).

The elemental property database is provided as continousproperty.xlsx, discrictproperty.xlsx and shannon_perovskite.xlsx. Feature inportance list is stored by *.txt files.

perovskite-oxide-stability-prediction's People

Contributors

leewaymay 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.