File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.3.7
19
+ rev : v0.4.1
20
20
hooks :
21
21
- id : ruff
22
22
- id : ruff-format
29
29
- tomli
30
30
31
31
- repo : https://github.com/tox-dev/pyproject-fmt
32
- rev : " 1.7 .0"
32
+ rev : " 1.8 .0"
33
33
hooks :
34
34
- id : pyproject-fmt
35
35
Original file line number Diff line number Diff line change 25
25
26
26
# Importing the Keras libraries and packages
27
27
import tensorflow as tf
28
- from tensorflow . keras import layers , models
28
+ from keras import layers , models
29
29
30
30
if __name__ == "__main__" :
31
31
# Initialising the CNN
Original file line number Diff line number Diff line change 7
7
8
8
import numpy as np
9
9
import pandas as pd
10
+ from keras .layers import LSTM , Dense
11
+ from keras .models import Sequential
10
12
from sklearn .preprocessing import MinMaxScaler
11
- from tensorflow .keras .layers import LSTM , Dense
12
- from tensorflow .keras .models import Sequential
13
13
14
14
if __name__ == "__main__" :
15
15
"""
You can’t perform that action at this time.
0 commit comments