Skip to content

Commit

Permalink
Merge pull request #25 from KOSASIH/deepsource-transform-53c5e56f
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH committed May 11, 2024
2 parents 2e31b2b + 6e675f4 commit 33a2129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine_learning/prediction.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import tensorflow as tf


def predict(model, data):
# Make predictions using the trained model
predictions = model.predict(data)
Expand Down

0 comments on commit 33a2129

Please sign in to comment.