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_FILE -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_FILE -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-0.0.1.tar.gz
(9.4 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-0.0.1-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file fame3r-0.0.1.tar.gz.
File metadata
- Download URL: fame3r-0.0.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d02a00d54594cb4da1e90b62a6d65aca70232132bbc46970e572aa385176eb81
|
|
| MD5 |
47417f06a73efd6bb979173c472fa95d
|
|
| BLAKE2b-256 |
1265f99f40deaccd636a95c0d3c05c1136bef173c8305292256ded9045c510d9
|
File details
Details for the file fame3r-0.0.1-py3-none-any.whl.
File metadata
- Download URL: fame3r-0.0.1-py3-none-any.whl
- Upload date:
- Size: 14.1 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 |
b27d72742e2557bb856b6cf19010076a85311e94f1f6d3a370636858dffb8115
|
|
| MD5 |
993d7038d924b7b0f72384247a44827c
|
|
| BLAKE2b-256 |
6b8c91ce74b3b5dd2de2b52cd5101665762e97cb92a6a39e5b46abb1ab0a940f
|