We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The majority of tests for the backend are completed - just keeping a list here of ones that have not been done (with reasoning).
ml.training.py
train_model
ml.prediction
_get_weights_s3
load_models
wrangle_topk_predictions
ml.plotting.py
captum
ml.preprocessing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The majority of tests for the backend are completed - just keeping a list here of ones that have not been done (with reasoning).
ml.training.py
train_model
to refactor code so that it is more unit testableml.prediction
_get_weights_s3
weights will be moved off s3 soon so no test writtenload_models
same as abovewrangle_topk_predictions
ml.plotting.py
captum
is slow for some attribute calculationsml.preprocessing
The text was updated successfully, but these errors were encountered: