Skip to content

Tool which is capable of reading .csv, predicting target property and optimizing x for improving target property

Notifications You must be signed in to change notification settings

physics-machinelearning/PredictionOptimizationTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredictionOptimizationTool

Tool which is capable of reading .csv, predicting target property and optimizing x for improving target property

Overview

This tool is capable of predicting objective variables and optimizing explanatory variables for minimizing or maximizing objective variables (Optimization capability has not made yet)

How to use

  • Run python main.py

  • Read .csv file and select explanatory variables and objective variables スクリーンショット 2020-02-09 16 53 41

  • Select prediction model スクリーンショット 2021-01-16 9 54 29

  • Download models: Pickle file will be downloaded in your current folder. Pickle file is dictionary whose key is objective variable name and value is model. For example, {objective_varable_name1: est1, objective_variable_name2: est2}

About

Tool which is capable of reading .csv, predicting target property and optimizing x for improving target property

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages