applied-ai-for-materials icon indicating copy to clipboard operation
applied-ai-for-materials copied to clipboard

Course materials for "Applied AI for Materials Science and Engineering"

Results 5 applied-ai-for-materials issues
Sort by recently updated
recently updated
newest added

Use either "probability of an error given a mean of zero" or "probability of a value given a mean centered on the model prediction." Not both.

The different installation instructions are getting out of hand. It'd also be best to limit to a single environment for the whole repo

It's in a different directory to where most people tend to create their notebook.

It wasn't clear whether you were getting `.coef_` from randomforest or LASSO.

In `chemoinformatics/1_ml-using-chemical-descriptors.ipynb` when we want to drop the columns with missing values in a `pandas` dataframe, would it be more readable to use [`dropna(axis=1)`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.dropna.html) instead?