Moral88 0.7.0__tar.gz → 0.8.0__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -102,6 +102,8 @@ class DataValidator:
102
102
 
103
103
 
104
104
  class metrics:
105
+ def __init__(self):
106
+ pass
105
107
  def mean_bias_deviation(self, y_true, y_pred, library=None, flatten=True):
106
108
  """
107
109
  Computes Mean Bias Deviation (MBD).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Moral88
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: A library for regression evaluation metrics.
5
5
  Author: Morteza Alizadeh
6
6
  Author-email: alizadeh.c2m@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Moral88
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: A library for regression evaluation metrics.
5
5
  Author: Morteza Alizadeh
6
6
  Author-email: alizadeh.c2m@gmail.com
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='Moral88',
5
- version='0.7.0',
5
+ version='0.8.0',
6
6
  description='A library for regression evaluation metrics.',
7
7
  author='Morteza Alizadeh',
8
8
  author_email='alizadeh.c2m@gmail.com',
File without changes
File without changes
File without changes
File without changes
File without changes