Skip to content

Commit

Permalink
Add faqs (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe authored Dec 22, 2023
1 parent c1eefe1 commit 40377dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Frequently Asked Questions

**How are `NaN` values handled in by `tclf`?**

We take care to treat `NaN` values correctly. If features relevant for classification like the trade price or quoted bid/ask prices are missing, no classification is performed and classification of the trade is deferred to the subsequent rule or fallback strategy.

Alternatively, you can provide imputed data. See [`sklearn.impute`](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.impute) for details.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ nav:
- Home: index.md
- API reference: reference.md
- Naming conventions: naming_conventions.md
- FAQs: faq.md

markdown_extensions:
- toc:
Expand Down

0 comments on commit 40377dc

Please sign in to comment.