Sam Chaudry
Upload folder using huggingface_hub
7885a28 verified
raw
history blame
181 Bytes
py.extension_module(
'_svmlight_format_fast',
'_svmlight_format_fast.pyx',
dependencies: [np_dep],
cython_args: cython_args,
subdir: 'sklearn/datasets',
install: true
)