likelihood 1.2.14__py3-none-any.whl → 1.2.15__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.
@@ -39,10 +39,6 @@ class AutoClassifier(Model):
39
39
  The number of neurons in each hidden layer.
40
40
  activation : `str`
41
41
  The type of activation function to use for the neural network layers.
42
-
43
- Returns
44
- -------
45
- None
46
42
  """
47
43
  super(AutoClassifier, self).__init__()
48
44
  self.units = units
@@ -210,8 +206,6 @@ def setup_model(
210
206
  X = X.to_numpy()
211
207
  X = np.asarray(X).astype(np.float32)
212
208
 
213
- y = pd.DataFrame(y, columns=["class_0", "class_1"])
214
- y = y.to_numpy()
215
209
  y = np.asarray(y).astype(np.float32)
216
210
 
217
211
  input_shape = X.shape[1]
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: likelihood
3
- Version: 1.2.14
3
+ Version: 1.2.15
4
4
  Summary: A package that performs the maximum likelihood algorithm.
5
5
  Home-page: https://github.com/jzsmoreno/likelihood/
6
6
  Author: J. A. Moreno-Guerra
7
7
  Author-email: jzs.gm27@gmail.com
8
+ Maintainer: Jafet Castañeda
9
+ Maintainer-email: jafetcc17@gmail.com
8
10
  Classifier: Programming Language :: Python :: 3
9
11
  Classifier: License :: OSI Approved :: MIT License
10
12
  Classifier: Operating System :: OS Independent
@@ -7,12 +7,12 @@ likelihood/models/regression.py,sha256=9cakyGlJCEO6WfpoKLh3GxdXQeQp7cUvJIkQ5odT0
7
7
  likelihood/models/simulation.py,sha256=KYdVjt2PaLo04g8kBsRGQJ5AKMBaQVUH3orZE_TXTy8,2960
8
8
  likelihood/models/utils.py,sha256=VtEj07lV-GRoWraQgpfjU0jTt1Ntf9MXgYwe6XYQh20,1552
9
9
  likelihood/models/deep/__init__.py,sha256=-KIPippVaMqgG8mEgYjNxYQdqOUcFhUuKhbVe8TTCfo,28
10
- likelihood/models/deep/autoencoders.py,sha256=oMQ_sjCsR0WISM10MDI4IbBHpn5sbT5_L6AtqbsTZcg,7845
10
+ likelihood/models/deep/autoencoders.py,sha256=12kPN0UlXyDcqZuysf9KwALsH-Oi1HqPDVR1a8EJsLA,7710
11
11
  likelihood/tools/__init__.py,sha256=MCjsCWfBNKE2uMN0VizDN1uFzZ_md0X2WZeBdWhrCR8,50
12
12
  likelihood/tools/numeric_tools.py,sha256=EQD959b56aovi4PI_og0BITgyUONgDUU9LG9YqNgX70,7554
13
13
  likelihood/tools/tools.py,sha256=zfrGKgRjz9G_hmJkpf8VYuJ6PsfwWvWTxqao_b2vydw,41412
14
- likelihood-1.2.14.dist-info/LICENSE,sha256=XWHWt9egYEUHGPTnlcZfJKLPmysacOwdiLj_-J7Z9ew,1066
15
- likelihood-1.2.14.dist-info/METADATA,sha256=j-JksVP8DVWR6Px7DxoI_3eHbzxzKX-YVAeLrptDkTQ,2396
16
- likelihood-1.2.14.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
17
- likelihood-1.2.14.dist-info/top_level.txt,sha256=KDiBLr870YTxqLFqObTOSrTK10uw8dFsITSNLlte3PA,11
18
- likelihood-1.2.14.dist-info/RECORD,,
14
+ likelihood-1.2.15.dist-info/LICENSE,sha256=XWHWt9egYEUHGPTnlcZfJKLPmysacOwdiLj_-J7Z9ew,1066
15
+ likelihood-1.2.15.dist-info/METADATA,sha256=Z-iU581E4E9kSuwr3coAkS_T6Z9N5cr_CMzr_us2dds,2463
16
+ likelihood-1.2.15.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
17
+ likelihood-1.2.15.dist-info/top_level.txt,sha256=KDiBLr870YTxqLFqObTOSrTK10uw8dFsITSNLlte3PA,11
18
+ likelihood-1.2.15.dist-info/RECORD,,