
    5[g%                     h    d Z ddl ddlmZ ddlmZ ej                  dgz   ZddlmZ  ee      Z[y)	a  
Module to read ARFF files
=========================
ARFF is the standard data format for WEKA.
It is a text file format which support numerical, string and data values.
The format can also represent missing data and sparse data.

Notes
-----
The ARFF support in ``scipy.io`` provides file reading functionality only.
For more extensive ARFF functionality, see `liac-arff
<https://github.com/renatopp/liac-arff>`_.

See the `WEKA website <http://weka.wikispaces.com/ARFF>`_
for more details about the ARFF format and available datasets.

   )*)	_arffread)arffreadr       )PytestTesterN)	__doc__r    r   __all__scipy._lib._testutilsr   __name__test     Q/var/www/html/bid-api/venv/lib/python3.12/site-packages/scipy/io/arff/__init__.py<module>r      s9   "   


zl
* .Hr   