ziyuanrao11 / Machine-learning-enabled-high-entropy-alloy-discovery

This is the code for the paper 'Machine learning-enabled high-entropy alloy discovery'
57 stars 11 forks source link

Variable Specification #2

Open GONGYue1231 opened 1 year ago

GONGYue1231 commented 1 year ago

in file Rank-based exploration-exploitation strategy.py , could you please explain what Comp_total stands for and where I shall load the dataframe from? Same questions for WAE_x :

prediciton_mean = Comp_total.mean(axis=1)
prediciton_std = Comp_total.std(axis=1)
WAE_x['prediction_mean'] = prediciton_mean
WAE_x['prediction_std'] = prediciton_std