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.
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/PKG-INFO +1 -1
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/setup.py +1 -1
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/sklearn_fluent.egg-info/PKG-INFO +1 -1
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/README.md +0 -0
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/setup.cfg +0 -0
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/sklearn_fluent/__init__.py +0 -0
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/sklearn_fluent/main.py +0 -0
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/sklearn_fluent.egg-info/SOURCES.txt +0 -0
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/sklearn_fluent.egg-info/dependency_links.txt +0 -0
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/sklearn_fluent.egg-info/requires.txt +0 -0
- {sklearn_fluent-0.1.1 → sklearn_fluent-0.4}/sklearn_fluent.egg-info/top_level.txt +0 -0
@@ -3,7 +3,7 @@ import codecs
|
|
3
3
|
import os
|
4
4
|
|
5
5
|
|
6
|
-
VERSION = '0.
|
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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|