Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem about processing the data #71

Open
yqdleiyi opened this issue Aug 23, 2023 · 1 comment
Open

Problem about processing the data #71

yqdleiyi opened this issue Aug 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@yqdleiyi
Copy link

I tried to fit the CrabNet model with a non-example dataset, which is saved as .csv file. Then, when I tried to fit it, I met an unexpected error. What's the problem behind it?

image

@yqdleiyi yqdleiyi added the bug Something isn't working label Aug 23, 2023
@sgbaird
Copy link
Member

sgbaird commented Aug 28, 2023

Hi, can you provide a minimal working example? My guess is that there's something non-standard in how one (or multiple) of your formulas is represented. Try this with a subset of formulas and provide the results and which formulas were used in the subset.

For example, I think you could use the following dummy data (taken from mat-discover docs):

train_df = pd.DataFrame(dict(formula=["Tc1V1", "Cu1Dy1", "Cd3N2"], target=[248.539, 66.8444, 91.5034]))
val_df = pd.DataFrame(dict(formula=["Al2O3", "SiO2"]))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants