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.
- {matplotliblib-0.2 → matplotliblib-0.3}/PKG-INFO +1 -1
- {matplotliblib-0.2 → matplotliblib-0.3}/matplotliblib/main.py +2 -2
- {matplotliblib-0.2 → matplotliblib-0.3}/matplotliblib.egg-info/PKG-INFO +1 -1
- {matplotliblib-0.2 → matplotliblib-0.3}/setup.py +1 -1
- {matplotliblib-0.2 → matplotliblib-0.3}/README.md +0 -0
- {matplotliblib-0.2 → matplotliblib-0.3}/matplotliblib/__init__.py +0 -0
- {matplotliblib-0.2 → matplotliblib-0.3}/matplotliblib.egg-info/SOURCES.txt +0 -0
- {matplotliblib-0.2 → matplotliblib-0.3}/matplotliblib.egg-info/dependency_links.txt +0 -0
- {matplotliblib-0.2 → matplotliblib-0.3}/matplotliblib.egg-info/top_level.txt +0 -0
- {matplotliblib-0.2 → matplotliblib-0.3}/setup.cfg +0 -0
|
@@ -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
|
+
''')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|