Skip to content

Instantly share code, notes, and snippets.

@Soumi7
Created June 23, 2020 12:37
Show Gist options
  • Save Soumi7/6e5e7b2666d9e8ff676880d837178fab to your computer and use it in GitHub Desktop.
Save Soumi7/6e5e7b2666d9e8ff676880d837178fab to your computer and use it in GitHub Desktop.
result, model_outputs, predictions = model.eval_model(test_df)
predictions, raw_outputs = model1.predict(["Tax Rate"])
print(predictions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment