project.create_model(model_path = os.path.abspath("../models/fairness_pipeline.pkl"),
model_name="Potential model",
model_summary="Annual revenue over 100K$ model",
model_library = 'pickle',
model_objective = 'classification',
model_prediction_type = "binary",
output_classes = ["No", "Yes"])