hackingmaterials / automatminer

An automatic engine for predicting materials properties.
Other
137 stars 50 forks source link

New Featurizers (removing old, ineffective ones) #185

Open ardunn opened 5 years ago

ardunn commented 5 years ago

Our results depend entirely on the quality of our descriptors. We need to add better ones, if possible, and prune the "best" sets to keep only the best ones.

A few ideas for featurizers to add to matminer (some of which are already issues on the matminer repo):

Adding these and then evaluating whether we should add them to automatminer (i.e., by evaluating them by themselves on some easy test problems using the same model) should be a priority.

ardunn commented 5 years ago

update to this: tried raw word embeddings for various compositions, structure types, and combinations of them (via same method as the paper): doesn't work so well

ardunn commented 5 years ago

update: flat cm updated thru matminer #367 performance on elastic tensor is not great, but fast and few/dense features returned, so that is good

ardunn commented 5 years ago

update: added soap thru matminer #370

ardunn commented 5 years ago

Consider adding a featurizer which searches MP for close stoichiometries and determines the energy with respect to the hull by just drawing a line between its neighbors etc. (some problems such as never predicting an e being on a hull but still might be useful)