airdot-deployer
airdot-deployer copied to clipboard
Tool to take your ML model from local to production with one-line of code.
Need to create multiple notebooks with multiple scenarios for both sklearn, xgboost for local deployment. - single function call - nested function call - multi data object - no data...
@asingh9530 add test suit for the package.
add argument for bucket configuration, so that additional configuration can be passed, it will contain argument initially for s3 and gcs.
Need to test local kind deployment. also need to add readme for this as to how to setup kind locally.
After deployment need to add seldon-core deployment url just like it appears for local deployment.
TO create following either Demo ReadMe or notebooks for following. - Create and add sklearn model and add local deployment with airdot-Deployer. - Create and add xgboost model and add...