Code2Text 0.2.1__tar.gz → 0.2.2__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.
- {code2text-0.2.1 → code2text-0.2.2}/Code2Text/fdsa.py +2 -2
- {code2text-0.2.1 → code2text-0.2.2}/Code2Text.egg-info/PKG-INFO +1 -1
- {code2text-0.2.1 → code2text-0.2.2}/PKG-INFO +1 -1
- {code2text-0.2.1 → code2text-0.2.2}/pyproject.toml +1 -1
- {code2text-0.2.1 → code2text-0.2.2}/setup.py +1 -1
- {code2text-0.2.1 → code2text-0.2.2}/Code2Text/__init__.py +0 -0
- {code2text-0.2.1 → code2text-0.2.2}/Code2Text/utils.py +0 -0
- {code2text-0.2.1 → code2text-0.2.2}/Code2Text.egg-info/SOURCES.txt +0 -0
- {code2text-0.2.1 → code2text-0.2.2}/Code2Text.egg-info/dependency_links.txt +0 -0
- {code2text-0.2.1 → code2text-0.2.2}/Code2Text.egg-info/top_level.txt +0 -0
- {code2text-0.2.1 → code2text-0.2.2}/setup.cfg +0 -0
|
@@ -224,7 +224,7 @@ ax.set_zlabel("Age")
|
|
|
224
224
|
plt.show()"""
|
|
225
225
|
|
|
226
226
|
class fdsa_data:
|
|
227
|
-
def iris(
|
|
227
|
+
def iris():
|
|
228
228
|
return '''Id,SepalLengthCm,SepalWidthCm,PetalLengthCm,PetalWidthCm,Species
|
|
229
229
|
1,5.1,3.5,1.4,0.2,setosa
|
|
230
230
|
2,4.9,3.0,1.4,0.2,setosa
|
|
@@ -377,7 +377,7 @@ class fdsa_data:
|
|
|
377
377
|
149,6.2,3.4,5.4,2.3,virginica
|
|
378
378
|
150,5.9,3.0,5.1,1.8,virginica
|
|
379
379
|
'''
|
|
380
|
-
def diabetes(
|
|
380
|
+
def diabetes():
|
|
381
381
|
return '''Pregnancies,Glucose,BloodPressure,SkinThickness,Insulin,BMI,DiabetesPedigreeFunction,Age,Outcome
|
|
382
382
|
6,98,69,25,362,43.0,2.138,43,1
|
|
383
383
|
3,105,58,30,507,30.2,0.699,51,1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|