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.1.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.1-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file fame3r-1.0.1.tar.gz.
File metadata
- Download URL: fame3r-1.0.1.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 |
7c4b76e631ec0c9bd4bc29962df8a07ee2bf44029828b30ef32aa9c859f0ca83
|
|
| MD5 |
3931d00a42cbd459df2807763ad1aaaa
|
|
| BLAKE2b-256 |
e59ecb8e5d3f10f7d2e9085378be7826e8a116696737891cd7de48c13bbfe9be
|
File details
Details for the file fame3r-1.0.1-py3-none-any.whl.
File metadata
- Download URL: fame3r-1.0.1-py3-none-any.whl
- Upload date:
- Size: 15.6 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 |
70cd57b11acb6f7cefd187b5490168a1be23497a3ac52d5acee2249e5e572668
|
|
| MD5 |
5525ca4ca43671d6de9c219ada999162
|
|
| BLAKE2b-256 |
ce739da4b7bf0ebf4d0d69f3004728a66f353701d4cf68e106f98aeb850e87be
|