sklearn-fluent 0.1.1__tar.gz → 0.4__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.1.1
3
+ Version: 0.4
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.1.1'
6
+ VERSION = '0.4'
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sklearn_fluent
3
- Version: 0.1.1
3
+ Version: 0.4
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>
File without changes
File without changes