pyerualjetwork 2.7.7__tar.gz → 2.7.8__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.7.7
3
+ Version: 2.7.8
4
4
  Summary: Code improvements
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -1,4 +1,3 @@
1
-
2
1
  # -*- coding: utf-8 -*-
3
2
  """
4
3
  Created on Tue Jun 18 23:32:16 2024
@@ -11,7 +10,6 @@ import numpy as np
11
10
  import time
12
11
  from colorama import Fore, Style
13
12
  from typing import List, Union
14
- import math
15
13
  from scipy.special import expit, softmax
16
14
  import matplotlib.pyplot as plt
17
15
  import seaborn as sns
@@ -251,7 +249,9 @@ def fit(
251
249
 
252
250
  val_list.append(val_acc)
253
251
 
254
- val_bar.update(val_acc)
252
+ val_bar.update(val_acc)
253
+
254
+ LTPW = normalization(LTPW)
255
255
 
256
256
  return LTPW
257
257
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.7.7
3
+ Version: 2.7.8
4
4
  Summary: Code improvements
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
5
5
  setup(
6
6
 
7
7
  name = "pyerualjetwork",
8
- version = "2.7.7",
8
+ version = "2.7.8",
9
9
  author = "Hasan Can Beydili",
10
10
  author_email = "tchasancan@gmail.com",
11
11
  description= "Code improvements",
File without changes