diff --git a/index.html b/index.html index f483986..914e8e3 100644 --- a/index.html +++ b/index.html @@ -281,6 +281,13 @@ Citation + + +
"best"
). We set the layers parameter to layers=[("quote", "ex"), ("quote", "best")]
to classify trades first on subset "ex"
and remaining trades on subset "best"
. Additionally, we have to set ClassicalClassifier(..., features=features)
to pass column information to the classifier.
Like before, column/feature names must follow our naming conventions. For more practical examples, see our examples section.
If you are using the package in publications, please cite as:
@software{bilz_tclf_2023,
author = {Bilz, Markus},
license = {BSD 3},
@@ -600,6 +615,12 @@ Citation{2024}
}
We are using pixi
as a dependency management and workflow tool.
pixi install
+pixi run postinstall
+pixi run test
+