-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add usage examples to documentation📖 (#9)
* Add simplified type hints * Improve API * Remove checks for subsets * Add examples * Extend documentation * sync readme.md with index.md
- Loading branch information
Showing
5 changed files
with
188 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ requires = ["setuptools"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "otc" | ||
name = "tclf" | ||
authors = [ | ||
{ name="Markus Bilz", email="[email protected]" }, | ||
] | ||
description = "Code to perform option trade classification using machine learning." | ||
description = "Code to perform trade classification using trade classification algorithms." | ||
readme = "README.md" | ||
license = {file = "LICENSE.txt"} | ||
requires-python = ">=3.8" | ||
|
@@ -25,7 +25,6 @@ dependencies = [ | |
"scikit-learn" | ||
] | ||
|
||
|
||
dynamic = ["version"] | ||
|
||
[project.urls] | ||
|