matplotliblib 0.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matplotliblib
3
- Version: 0.2
3
+ Version: 0.3
4
4
  Summary: Collection of machine learning tools
5
5
  Author: Anonymus
6
6
  Classifier: Programming Language :: Python :: 3
@@ -955,7 +955,7 @@ for pattern, count in frequent_patterns.items():
955
955
  ''')
956
956
 
957
957
  def logreg():
958
- '''
958
+ print('''
959
959
  import pandas as pd
960
960
  import numpy as np
961
961
  import seaborn as sns
@@ -998,4 +998,4 @@ plt.title("Confusion Matrix")
998
998
  plt.ylabel("Actual")
999
999
  plt.xlabel("Predicted")
1000
1000
  plt.show()
1001
- '''
1001
+ ''')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matplotliblib
3
- Version: 0.2
3
+ Version: 0.3
4
4
  Summary: Collection of machine learning tools
5
5
  Author: Anonymus
6
6
  Classifier: Programming Language :: Python :: 3
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="matplotliblib",
5
- version="0.2",
5
+ version="0.3",
6
6
  packages=find_packages(),
7
7
 
8
8
  author="Anonymus",
File without changes
File without changes