Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
opt
/
alt
/
python35
/
lib64
/
python3.5
/
site-packages
/
scipy
/
io
/
arff
/
File Content:
__init__.py
""" Module to read ARFF files, which are the standard data format for WEKA. ARFF is a text file format which support numerical, string and data values. The format can also represent missing data and sparse data. See the `WEKA website <http://weka.wikispaces.com/ARFF>`_ for more details about arff format and available datasets. """ from __future__ import division, print_function, absolute_import from .arffread import * from . import arffread __all__ = arffread.__all__ from numpy.testing import Tester test = Tester().test
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__pycache__
---
0755
tests
---
0755
__init__.py
531 bytes
0644
arffread.py
19838 bytes
0644
setup.py
431 bytes
0644
N4ST4R_ID | Naxtarrr