Skip to content

xbb66kw/ohos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install this Python package by following these steps:

  1. Require Python (>=3.9).
  2. Download the ohos Python package.
  3. Rename the folder to ohos (default name: ohos-main).
  4. Open a terminal and navigate to the main folder of the ohos package.
  5. Install required Python pacakges
    pip install numpy pandas scikit-learn==1.6.1 treeple==0.9.1 hyperopt
    
  6. Run the following command to install the ohos package:
    pip install -e .
    
  7. You can check within Python by trying to import the package:
    try:
       import ohos
       print("Package is installed.")
    except ImportError:
       print("Package is NOT installed.")
    
  8. Restart your Python editor if needed.

If you are unable to install this package, you can still use the provided source files, starting with ohos/scripts/example.py. If you only need the source code for my progressive tree, the treeple package is not required. However, treeple is necessary for benchmark comparisons.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages