FAME3R: a re-implementation of the FAME3 model
Project description
FAME3R: a re-implementation of the FAME3 model.
Installation
- Create a conda environment with the required python version:
conda create --name fame3r-env python=3.10
- Activate the environment:
conda activate fame3r-env
- Install package:
pip install fame3r
Usage
Determining the optimal hyperparameters via k-fold cross-validation
fame3r-cv-hp-search -i INPUT_FILE -o OUTPUT_FOLDER -r RADIUS[OPTIONAL, DEFAULT=5] -n NUMFOLDS[OPTIONAL, DEFAULT=10]
Training a model
fame3r-train -i INPUT_FILE -o OUTPUT_FOLDER -r RADIUS[OPTIONAL, DEFAULT=5]
Applying a trained model on some (labeled) test data
fame3r-test -i INPUT_FILE -m MODEL_FOLDER -o OUTPUT_FOLDER -r RADIUS[OPTIONAL, DEFAULT=5] -t THRESHOLD[OPTIONAL, DEFAULT=0.2]
Computing the SoMs of some unlabeled data
fame3r-infer -i INPUT_FILE -m MODEL_FOLDER -o OUTPUT_FOLDER -r RADIUS[OPTIONAL, DEFAULT=5] -t THRESHOLD[OPTIONAL, DEFAULT=0.2]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fame3r-1.0.2.tar.gz
(10.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
fame3r-1.0.2-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file fame3r-1.0.2.tar.gz.
File metadata
- Download URL: fame3r-1.0.2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99ad6d792628d19766a20f639d2319df4c561fd12aa530e41f5c6ddc64a265c5
|
|
| MD5 |
dac1c026806098c57c9c4d3b09184332
|
|
| BLAKE2b-256 |
d7b16451e0306f7107ccd376f975d75c4e6cac6055f4cbb1c5ce16ff39a9ece8
|
File details
Details for the file fame3r-1.0.2-py3-none-any.whl.
File metadata
- Download URL: fame3r-1.0.2-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be910ebef8c28d241b28224922a4a0d18ebffd6f6bc9fceca442250d02222cef
|
|
| MD5 |
29a3401602c38e057199d4f559f18e4e
|
|
| BLAKE2b-256 |
23623ee60f520433877acc48edd21efb45c2ebc7ba0e33b237c64ead0bc18875
|