hackingmaterials / matminer_examples

A repo of examples for the matminer (https://github.com/hackingmaterials/matminer) code
Other
103 stars 60 forks source link

Update examples to use new style dataset loading #45

Closed Doppe1g4nger closed 6 years ago

Doppe1g4nger commented 6 years ago

Switched examples and scripts over to using the new unified dataset loader. Also made several minor fixes to notebook and code styling/updates to avoid warnings.

A few warnings still remain due to missing data, outdated LAPACK on macOS, or warnings about function behavior change in the next version of sklearn. It would be simple to get rid of the LAPACK warning by running on a different machine if anyone wants to run it again, the other warnings aren't worth fixing right now.

NOTE: These changes shouldn't be merged until matminer 0.4.3 is released with the new unified dataset loader.