Relational Functional Gradient Boosting in Python.
Project description
rfgb: Relational Functional Gradient Boosting (in Python).
Documentation: https://rfgb.readthedocs.io/en/latest/
Questions? Contact Alexander L. Hayes (hayesall)
Installation
Stable builds may be installed from PyPi
pip install rfgb
Or develop further by cloning the repository
git clone https://github.com/hayesall/rfgb.git
cd rfgb/
python setup.py develop
Quick-Start
Learning with a relational dependency network.
cd testDomains/Logistics/
rfgb init
rfgb learn rdn -target unload
Additional options for each subcommand may be viewed by passing -h as a parameter.
rfgb -h
rfgb learn rdn -h
Classification with Expert Advice (-advice)
Preferred and non-preferred labels may be provided as advice during classification via logical rules. This advice may be specified in a file named advice.txt in the train directory for a dataset.
Four datasets (BlocksWorld, HeartAttack, Logistics, and MoodDisorder) have an advice file included for demonstration
Logistics
cd testDomains/Logistics/
rfgb init
rfgb learn rdn -advice -target unload
HeartAttack
cd testDomains/HeartAttack/
rfgb init
rfgb learn rdn -advice -target ha
Targets
“Targets” specify what is learned, examples of the target are provided in pos.txt, neg.txt, or examples.txt (for regression). These are specified here for convenience.
Dataset |
Target |
BlocksWorld |
putdown |
BostonHousing |
medv |
HeartAttack |
ha |
Insurance |
value |
Logistics |
unload |
MoodDisorder |
bipolar |
TicTacToe |
put or dontput |
ToyCancer |
cancer |
XOR |
xor |
In Development
Test cases (codecov >90%)
General interaction improvements for commandline and library
Learning Markov Logic Networks
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
A full copy of the license is available in the base of this repository. For more information, see https://www.gnu.org/licenses/
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
Built Distribution
File details
Details for the file rfgb-0.3.1.tar.gz
.
File metadata
- Download URL: rfgb-0.3.1.tar.gz
- Upload date:
- Size: 34.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b557e561414f22de362d99cb0aa79c3ff86d33dcf5ff2c90941f318fb3428e1 |
|
MD5 | 62c63a65d697484af49f5832210e8d1a |
|
BLAKE2b-256 | 30187ba4d462f5c361699cf6dec66630daf76974c92e4d038e0e1dff03a94d4b |
File details
Details for the file rfgb-0.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: rfgb-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 46.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe89d947293a7d6e169557eff91994e8f7eac6adeddebc3c98573fe4399b1f88 |
|
MD5 | fe2a3a851dec943c3ee9d04cfe584817 |
|
BLAKE2b-256 | 716f26f33f975a82302545836e0479c4f66b369674e86f54c083f5430b4ba8b2 |