File size: 181 Bytes
7885a28
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
py.extension_module(
  '_svmlight_format_fast',
  '_svmlight_format_fast.pyx',
  dependencies: [np_dep],
  cython_args: cython_args,
  subdir: 'sklearn/datasets',
  install: true
)