-
Notifications
You must be signed in to change notification settings - Fork 279
Roadmap for Upcoming Features and Support
Karla Saur edited this page Jun 13, 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: Linear - (Issue #125)
- LinearRegression
- LogisticRegression
- LinearSVC
- SVC
- NuSVC
- SGDClassifier
- LogisticRegressionCV
-
Classifiers: Other
- MLPClassifier
- BernoulliNB
- GaussianNB
- MultinomialNB
-
Feature Selectors - (Issue #134)
- SelectKBest
- VarianceThreshold
- SelectPercentile
-
Matrix Decomposition
- PCA
- KernelPCA
- TruncatedSVD
- FastICA
-
Feature Pre-processing: One-to-One - (Issue #133)
- SimpleImputer
- MissingIndicator
- ColumnTransformer
- RobustScaler
- MaxAbsScaler
- MinMaxScaler
- StandardScaler
- Binarizer
- KBinsDiscretizer
-
Feature Pre-processing: Other
- Normalizer - (Issue #126)
- PolynomialFeatures
- OneHotEncoder - (Issue #136)
- LabelEncoder
- FeatureHasher
-
Text Featurizers
- CountVectorizer
- Onnx-ml support (Issue #69)
- TVM support