-
Notifications
You must be signed in to change notification settings - Fork 279
Roadmap for Upcoming Features and Support
Karla Saur edited this page Aug 28, 2020
·
42 revisions
If you have an operator / input format / backend that you want us to add or you are interested in working on, please open an issue and we will consider it for the roadmap!
Below is a list of operations that we plan to support.
Existing support listed: here.
-
Classifiers: Other - (Issue #153)
- MLPClassifier
- BernoulliNB
- GaussianNB
- MultinomialNB
-
Feature Selectors - (Issue #134)
- SelectKBest
- SelectPercentile
-
Matrix Decomposition
- PCA
- KernelPCA
- TruncatedSVD
- FastICA
-
Feature Pre-processing: One-to-One
- SimpleImputer
- MissingIndicator
- ColumnTransformer
- KBinsDiscretizer
-
Feature Pre-processing: Other
- PolynomialFeatures
- LabelEncoder - (Issue #160)
- FeatureHasher
-
Text Featurizers
- CountVectorizer (Issue #203)
- TfidfTransformer - (Issue #164)
- TVM support [Issue @232]