Skip to content

Commit

Permalink
[skip ci] Update README.md (#221)
Browse files Browse the repository at this point in the history
* [skip ci] Update README.md

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
manujosephv and pre-commit-ci[bot] authored May 27, 2023
1 parent dc2a49e commit db8f3b2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,12 @@ loaded_model = TabularModel.load_from_checkpoint("examples/basic")
## Future Roadmap(Contributions are Welcome)

1. Integrate Optuna Hyperparameter Tuning
1. Integrate SHAP for interpretability
1. Add Variable Importance
1. Add ability to use custom activations in CategoryEmbeddingModel
1. Integrate Captum for interpretability
1. Have a scikit-learn compatible API
1. Add GaussRank as Feature Transformation
1. ~~Add differential dropouts(layer-wise) in CategoryEmbeddingModel~~
1. ~~Add Fourier Encoding for cyclic time variables~~
1. ~~Add Text and Image Modalities for mixed modal problems~~
1. Enable support for multi-label classification
1. Migrate Datamodule to Polars or Vaex for faster data loading and to handle larger than RAM datasets.
1. Keep adding more architectures

## Contributors

Expand Down

0 comments on commit db8f3b2

Please sign in to comment.