sklearn-fluent 0.4__tar.gz → 0.4.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sklearn_fluent
3
- Version: 0.4
3
+ Version: 0.4.1
4
4
  Summary: Linear/Multli Regression Mathematical Function in one line of code
5
5
  Author: YusiferZendric (Aditya Singh)
6
6
  Author-email: <yzendric@gmail.com>
@@ -3,7 +3,7 @@ import codecs
3
3
  import os
4
4
 
5
5
 
6
- VERSION = '0.4'
6
+ VERSION = '0.4.1'
7
7
  DESCRIPTION = 'Linear/Multli Regression Mathematical Function in one line of code'
8
8
  LONG_DESCRIPTION = 'Just provide x and y list and there you have it the Mathemtical function + accuracy based on the x and y list.'
9
9
 
@@ -0,0 +1,3 @@
1
+ from .main import req as fluent_it
2
+
3
+ __all__ = ['fluent_it']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sklearn_fluent
3
- Version: 0.4
3
+ Version: 0.4.1
4
4
  Summary: Linear/Multli Regression Mathematical Function in one line of code
5
5
  Author: YusiferZendric (Aditya Singh)
6
6
  Author-email: <yzendric@gmail.com>
@@ -1 +0,0 @@
1
- from .main import req
File without changes
File without changes