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

Dev lane #249

Merged
merged 121 commits into from
Apr 17, 2024
Merged

Dev lane #249

merged 121 commits into from
Apr 17, 2024

Conversation

leschultz
Copy link
Collaborator

Integrating MADML into MAST-ML as a dependency. We can pass arguments into MADML through the evaluate method in MAST-ML as follows:

domain = [
('madml', {
'n_repeats': 4,
'uq_coeffs': [0.0, 1.0, 0.0],
}),
]
splitter.evaluate(
X=X,
y=y,
models=[model],
preprocessor=preprocessor,
metrics=metrics,
plots=['Scatter', 'Histogram'],
X_extra=X_extra,
verbosity=3,
domain=domain,
)

rjacobs914 and others added 30 commits March 1, 2023 08:55
…om set of provided features (pass selector=None)
…ze_df" as dataframe to conduct featurization on. Also added generator .pkl saving in BaseGenerator
…ules using SMILES strings as input (e.g., features from RDKit)
…g required input args, adding query/return of y_true data, adding support for passed features + additional featurizers
rjacobs914 and others added 29 commits January 12, 2024 15:26
…dml package. Better integration with other plots
Some small bug fixes, cleanup, output of data
CrabNet bug fix
Fixes to conform to newest version of madml package
Adding ability to do per-bin recalibration
Many small bug fixes, adding per-bin recalibration, adding support for domains
Updates to Tutorial 1 for latest code versions
Update Tutorial 2 to fix bugs, update version calls
fix to baggingregressor base estimator call
incrementing version number for merging with main branch
Updates to setup.py for python version and package deps
adding loading of X_train for jacknife-after-bootstrap analysis to work again
add requirements.txt back in to help with merging
@rjacobs914 rjacobs914 merged commit 80d9509 into master Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants