Metadata-Version: 2.1
Name: mozi-cli
Version: 1.4.1
Summary: UNKNOWN
Home-page: https://github.com/Habush/mozi-service-cli
Author: Abdulrahman Semrie
Author-email: hsamireh@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

## Mozi Service CLI tool

This is a simple CLI tool that is used to generate a json file that can be used to call Moses SingularityNET [Service](https://github.com/Habush/mozi_snet_service)

### Usage

The cli tool requires to positional arguments, the dataset file location and the path to save the output json

           #~ mozi-cli /path/to/dataset.csv /path/to/output_folder

 It then prompts the user to enter the following values:

   - **Num of folds** : The number of folds for the cross-validation run
   - **Test Size** :  The percentage of the dataset values to use as a test set, specified between 0 and 1
   - **Num of Seeds** : The number of MOSES runs per each fold using different random seeds
   - **Target** : The name of the target column in the dataset

 You can either specify values for available MOSES options or use the default values. To find out more about the availabe MOSES options run:

            #~ mozi-cli --help


