some new features
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
py.extension_module(
|
||||
'_svmlight_format_fast',
|
||||
'_svmlight_format_fast.pyx',
|
||||
dependencies: [np_dep],
|
||||
cython_args: cython_args,
|
||||
subdir: 'sklearn/datasets',
|
||||
install: true
|
||||
)
|
||||
Reference in New Issue
Block a user