Tools for interacting with FATE.
(optional) create virtual env
python -m venv venv source venv/bin/activate
install FATE Client
pip install fate-client
A high-level python API that allows user to design, start, and query FATE jobs in a sequential manner. For more information, please refer to this guide
- provide server ip/port information of deployed FATE-Flow
A command line interface providing series of commands for user to design, start, and query FATE jobs. For more information, please refer to this guide
Configure server information
# configure values in conf/service_conf.yaml flow init -c /data/projects/fate/conf/service_conf.yaml # alternatively, input real ip address and port info to initialize cli flow init --ip 127.0.0.1 --port 9380