Skip to content

Roadmap for Upcoming Features and Support

Karla Saur edited this page Jun 4, 2020 · 42 revisions

Planned Support

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!


Additional Operators

Below is a list of operations that we plan to support.

Existing support listed: here.

Underway:

  • Classifiers: Linear

    • LinearRegression
    • LogisticRegression
    • LinearSVC
    • SVC
    • NuSVC
    • SGDClassifier
    • LogisticRegressionCV
  • Classifiers: Trees

    • HistGradientBoostingClassifier
  • Classifiers: Other

    • MLPClassifier
    • BernoulliNB
    • GaussianNB
    • MultinomialNB
  • Feature Selectors

    • SelectKBest
    • VarianceThreshold
    • SelectPercentile
  • Matrix Decomposition

    • PCA
    • KernelPCA
    • TruncatedSVD
    • FastICA
  • Feature Pre-processing: One-to-One

    • SimpleImputer
    • MissingIndicator
    • ColumnTransformer
    • RobustScaler
    • MaxAbsScaler
    • MinMaxScaler
    • StandardScaler
    • Binarizer
    • KBinsDiscretizer
  • Feature Pre-processing: Other

    • Normalizer
    • PolynomialFeatures
    • OneHotEncoder
    • LabelEncoder
    • FeatureHasher
  • Text Featurizers

    • CountVectorizer

Additional Input Formats


Additional Backend Support

Clone this wiki locally