File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - id : auto-walrus
1717
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.3.7
19+ rev : v0.4.1
2020 hooks :
2121 - id : ruff
2222 - id : ruff-format
2929 - tomli
3030
3131 - repo : https://github.com/tox-dev/pyproject-fmt
32- rev : " 1.7 .0"
32+ rev : " 1.8 .0"
3333 hooks :
3434 - id : pyproject-fmt
3535
Original file line number Diff line number Diff line change 2525
2626# Importing the Keras libraries and packages
2727import tensorflow as tf
28- from tensorflow . keras import layers , models
28+ from keras import layers , models
2929
3030if __name__ == "__main__" :
3131 # Initialising the CNN
Original file line number Diff line number Diff line change 77
88import numpy as np
99import pandas as pd
10+ from keras .layers import LSTM , Dense
11+ from keras .models import Sequential
1012from sklearn .preprocessing import MinMaxScaler
11- from tensorflow .keras .layers import LSTM , Dense
12- from tensorflow .keras .models import Sequential
1313
1414if __name__ == "__main__" :
1515 """
You can’t perform that action at this time.
0 commit comments