Projects STRLCPY Maryam Commits 5058e478
🤬
  • ■ ■ ■ ■
    maryam/modules/iris/cluster.py
    skipped 20 lines
    21 21   'description': 'Cluster your data using kmeans and fp-growth.',
    22 22   'required': ('sklearn', 'kneed', 'mlxtend', 'numpy', 'pandas'),
    23 23   'options': (
    24  - ('json', None, False, 'Json file that contains the data', '-j', 'store', str),
     24 + ('json', None, True, 'Json file that contains the data', '-j', 'store', str),
    25 25   ),
    26 26   'examples': ('cluster -j test.json')
    27 27  }
    skipped 20 lines
Please wait...
Page is in error, reload to recover