sklearn-fluent 0.1.1__tar.gz → 0.3__tar.gz

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.
@@ -1,10 +1,10 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: sklearn_fluent
3
- Version: 0.1.1
3
+ Version: 0.3
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>
7
- Keywords: python,sklearn,mathematical functions,functions,linear regressions
7
+ Keywords: python,scikit-learn,mathematical functions,functions,linear regressions
8
8
  Classifier: Development Status :: 1 - Planning
9
9
  Classifier: Intended Audience :: Developers
10
10
  Classifier: Programming Language :: Python :: 3
@@ -12,14 +12,5 @@ Classifier: Operating System :: Unix
12
12
  Classifier: Operating System :: MacOS :: MacOS X
13
13
  Classifier: Operating System :: Microsoft :: Windows
14
14
  Description-Content-Type: text/markdown
15
- Requires-Dist: scikit-learn
16
- Dynamic: author
17
- Dynamic: author-email
18
- Dynamic: classifier
19
- Dynamic: description
20
- Dynamic: description-content-type
21
- Dynamic: keywords
22
- Dynamic: requires-dist
23
- Dynamic: summary
24
15
 
25
16
  Just provide x and y list and there you have it the Mathemtical function + accuracy based on the x and y list.
@@ -3,7 +3,7 @@ import codecs
3
3
  import os
4
4
 
5
5
 
6
- VERSION = '0.1.1'
6
+ VERSION = '0.3'
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
 
@@ -18,7 +18,7 @@ setup(
18
18
  long_description=LONG_DESCRIPTION,
19
19
  packages=find_packages(),
20
20
  install_requires=['scikit-learn'],
21
- keywords=['python', 'sklearn', 'mathematical functions', 'functions', 'linear regressions'],
21
+ keywords=['python', 'scikit-learn', 'mathematical functions', 'functions', 'linear regressions'],
22
22
  classifiers=[
23
23
  "Development Status :: 1 - Planning",
24
24
  "Intended Audience :: Developers",
@@ -0,0 +1 @@
1
+ from main import req
@@ -1,10 +1,10 @@
1
- Metadata-Version: 2.2
2
- Name: sklearn_fluent
3
- Version: 0.1.1
1
+ Metadata-Version: 2.1
2
+ Name: sklearn-fluent
3
+ Version: 0.3
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>
7
- Keywords: python,sklearn,mathematical functions,functions,linear regressions
7
+ Keywords: python,scikit-learn,mathematical functions,functions,linear regressions
8
8
  Classifier: Development Status :: 1 - Planning
9
9
  Classifier: Intended Audience :: Developers
10
10
  Classifier: Programming Language :: Python :: 3
@@ -12,14 +12,5 @@ Classifier: Operating System :: Unix
12
12
  Classifier: Operating System :: MacOS :: MacOS X
13
13
  Classifier: Operating System :: Microsoft :: Windows
14
14
  Description-Content-Type: text/markdown
15
- Requires-Dist: scikit-learn
16
- Dynamic: author
17
- Dynamic: author-email
18
- Dynamic: classifier
19
- Dynamic: description
20
- Dynamic: description-content-type
21
- Dynamic: keywords
22
- Dynamic: requires-dist
23
- Dynamic: summary
24
15
 
25
16
  Just provide x and y list and there you have it the Mathemtical function + accuracy based on the x and y list.
@@ -1 +0,0 @@
1
- from .main import req
File without changes
File without changes