Locally-Tailored Feature and Model Selector with Deep Q-Learning
Project description
LTFMSelector
Locally-Tailored Feature and Model Selector with Deep Q-Learning
Installation
pip install ltfmselector
Basic usage
from ltfmselector import LTFMSelector
# Initialize an agent to learn to selects features and models, specifically tailored to each example
AgentSelector = LTFMSelector(<#episodes>, pType=<'classification', 'regression'>)
# Fit
AgentSelector(<X: pd.DataFrame>, <y: pd.Series>)
# Predict
y_pred, doc = AgentSelector.predict(<X_test: pd.DataFrame>)
For more examples check out the examples.
Citing LTFMSelector
This library is implemented based on the work presented in this abstract:
J.C. Liaw, C.Z. Chaing, D. Raab, M. Siebler, H. Hefter, D. Zietz, M. Jäger, A. Kecskeméthy, F. Geu Flores. Interdisciplinary Gait Assessment with Patient-Specific Feature and Model Selection via Reinforcement Learning. 11. IFToMM D-A-CH Konferenz 2025, 20./21. Februar 2025, FH Kärnten, Villach. HTML
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file ltfmselector-0.1.12.tar.gz.
File metadata
- Download URL: ltfmselector-0.1.12.tar.gz
- Upload date:
- Size: 875.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1cb4ab0cbec52ccfcb03c6df39bf459d1c6ac46ce6b419f8d77a014da1a4483
|
|
| MD5 |
2e7cb4715433561978f4279fb653448f
|
|
| BLAKE2b-256 |
46fec430e48b9c4856d9f9df8c8980186f25c7ca18c78a30e761b0055fa28c5d
|
File details
Details for the file ltfmselector-0.1.12-py3-none-any.whl.
File metadata
- Download URL: ltfmselector-0.1.12-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9f523a15b2e8a2903d09ff65ba3f014e84935d8f2669c2756ce8e33991cb331
|
|
| MD5 |
6890e1910dffed3ed94a5c296a5c1f92
|
|
| BLAKE2b-256 |
564387e34f7567a06cc2e5ed1afc982a77d652ab2cba6c8f352e367e77456e84
|