allwefantasy / byzer-ml-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Byzer Machine Learning Examples

1. Introduction

This repository contains the examples of Byzer Machine Learning. And all these examples are developed by Byzer Desktop.

2. How to use

Before you use these examples, you need to install Byzer Desktop. Please refer to Byzer Desktop Installation Guide. If you have installed Byzer Desktop before, please make sure the version of Byzer Desktop plugin >=0.9.0 (or reinstall Byzer Desktop according to the guide)

2.0. Setup python environment

  1. Create python environment
conda create -n ray-2.3.0 python=3.10.9
  1. Activate python environment
conda activate ray-2.3.0
  1. Install python packages
pip install -r requirements.txt

About