konfai 1.0.3__py3-none-any.whl → 1.0.4__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.

Potentially problematic release.


This version of konfai might be problematic. Click here for more details.

konfai/utils/dataset.py CHANGED
@@ -9,7 +9,6 @@ import os
9
9
 
10
10
  from lxml import etree
11
11
  import csv
12
- import pandas as pd
13
12
  from konfai import DATE
14
13
 
15
14
  class Plot():
@@ -205,7 +204,7 @@ class Plot():
205
204
 
206
205
  for label in labels:
207
206
  series = series+[label]*max
208
-
207
+ import pandas as pd
209
208
  df = pd.DataFrame(dict([(k,pd.Series(v)) for k, v in norms.items()]))
210
209
  df['Categories'] = pd.Series(series)
211
210
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: konfai
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Modular and configurable Deep Learning framework with YAML and PyTorch
5
5
  Author-email: Valentin Boussot <boussot.v@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -29,11 +29,11 @@ konfai/utils/ITK.py,sha256=OxTieDNNYHGkn7zxJsAG-6ecRG1VYMvn1dlBbBe1DOs,13955
29
29
  konfai/utils/Registration.py,sha256=v1srEBOcgDnHrx0YtsK6bcj0yCMH7wNeaQ3wC7gEvOw,8898
30
30
  konfai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
31
  konfai/utils/config.py,sha256=tzIkNUA88EXGpkH-GUFA-BehxC47wAuDbu0M0kWfUIY,9887
32
- konfai/utils/dataset.py,sha256=Cs736wdSg7nox_zoIoqusbomphPNo97guox81BiG8tc,35510
32
+ konfai/utils/dataset.py,sha256=DTAt8AEsAkDWM8ZtiXPUQfS5DQBqdYmXuw2sjOTIYV4,35517
33
33
  konfai/utils/utils.py,sha256=i7bfAMuIjaafy8wMFFgZQWHPJDkpXN61f_mNd4F29Kw,20179
34
- konfai-1.0.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
35
- konfai-1.0.3.dist-info/METADATA,sha256=0SbiKtK-ESelcVmfcENCLk5quKjbD5JiplUYEdF8p40,2035
36
- konfai-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
- konfai-1.0.3.dist-info/entry_points.txt,sha256=fG82HRN5-g39ACSOCtij_I3N6EHxfYnMR0D7TI_8pW8,81
38
- konfai-1.0.3.dist-info/top_level.txt,sha256=xF470dkIlFoFqTZEOlRehKJr4WU_8OKGXrJqYm9vWKs,7
39
- konfai-1.0.3.dist-info/RECORD,,
34
+ konfai-1.0.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
35
+ konfai-1.0.4.dist-info/METADATA,sha256=jnUYKDmbnKUFJ9cyIlCz5HNuGsurJrKXNtDFPbilEzw,2035
36
+ konfai-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
+ konfai-1.0.4.dist-info/entry_points.txt,sha256=fG82HRN5-g39ACSOCtij_I3N6EHxfYnMR0D7TI_8pW8,81
38
+ konfai-1.0.4.dist-info/top_level.txt,sha256=xF470dkIlFoFqTZEOlRehKJr4WU_8OKGXrJqYm9vWKs,7
39
+ konfai-1.0.4.dist-info/RECORD,,
File without changes