analyser_hj3415 4.5.1__py3-none-any.whl → 4.5.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -535,7 +535,7 @@ class MyLSTM:
535
535
  future_prices=[{"x": ds, "y": None if pd.isna(future_price) else future_price} for ds, future_price in zip(merged_df["ds"], merged_df["future_price"])], # type: ignore
536
536
  grade=lstm_grade,
537
537
  num=num_in,
538
- is_lstm_up=is_lstm_up,
538
+ is_lstm_up=bool(is_lstm_up),
539
539
  )
540
540
  #import pprint
541
541
  #pprint.pprint(data.prices[-10:], compact=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: analyser_hj3415
3
- Version: 4.5.1
3
+ Version: 4.5.2
4
4
  Summary: Stock analyser and database processing programs
5
5
  Requires-Python: >=3.6
6
6
  Description-Content-Type: text/markdown
@@ -10,9 +10,9 @@ analyser_hj3415/analyser/eval/mil.py,sha256=6_1SuWqG1fsuZUKuaABhSqNsYCgj5np35auW
10
10
  analyser_hj3415/analyser/eval/red.py,sha256=Abf5HPsNWKnDF4cbZ8xhlNsMF6ljN_sShCAYyPAhCYs,12028
11
11
  analyser_hj3415/analyser/tsa/__init__.py,sha256=7j-WshikzsDGGo_wuFoMPNmYfY-bLSEMd6o1MKSQKLI,150
12
12
  analyser_hj3415/analyser/tsa/common.py,sha256=iRwk88zBtEIqzSmTQWmQIWiiqZ9gN7GLtDUa5rx8IGM,1918
13
- analyser_hj3415/analyser/tsa/lstm.py,sha256=8wg-9IjJGRzsZd1_KsrHhx3MExhf6DlrY5EJgqL6qR4,29929
13
+ analyser_hj3415/analyser/tsa/lstm.py,sha256=KPBTwOQT60WToRFQ4AAInK_JP7yA6wDpyTMsl_oNscY,29935
14
14
  analyser_hj3415/analyser/tsa/myprophet.py,sha256=NdBaH8Bd4k6nn6t7ZFKL01HLdxWYkXGr6q8NgXiYAUE,19034
15
- analyser_hj3415-4.5.1.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
16
- analyser_hj3415-4.5.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
17
- analyser_hj3415-4.5.1.dist-info/METADATA,sha256=QnziGsHvM3sNq1XijrMau-xg3MljWS4I9gIZsDC1aVc,6811
18
- analyser_hj3415-4.5.1.dist-info/RECORD,,
15
+ analyser_hj3415-4.5.2.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
16
+ analyser_hj3415-4.5.2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
17
+ analyser_hj3415-4.5.2.dist-info/METADATA,sha256=X_vdFGrrpaYOw0Kphzj9YVz3BrGy-6IAl3s0F7LlwUw,6811
18
+ analyser_hj3415-4.5.2.dist-info/RECORD,,