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
Updated AIModel() parameters
ai_model = AIModel( name="UCI Adult Random Forest model", version="0.1", description="Census classification problem using Random Forest", owner="Sachith Withana", location="https://github.iu.edu/swithana/mcwork/randomforest/adult_model.pkl", license="BSD-3 Clause", framework="sklearn", model_type="random_forest", test_accuracy=accuracy, label="<huggingface_url>/labels.txt" )
The text was updated successfully, but these errors were encountered:
If local path of label is given, the file will be uploaded to the model repository and the url will be updated in the ModelCard.
If the label is an external URL, it will be updated directly in the ModelCard
Sorry, something went wrong.
No branches or pull requests
Updated AIModel() parameters
The text was updated successfully, but these errors were encountered: