Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Jan 13, 2022
1 parent fc24280 commit 5a6b0dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/api/tabular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ______________
~classification.model.TabularClassifier
~classification.data.TabularClassificationData

input.TabularClassificationDataFrameInput
input.TabularClassificationCSVInput

Regression
__________

Expand All @@ -31,6 +34,9 @@ __________
~regression.model.TabularRegressor
~regression.data.TabularRegressionData

input.TabularRegressionDataFrameInput
input.TabularRegressionCSVInput

Forecasting
___________

Expand All @@ -56,5 +62,4 @@ __________________
~data.TabularData

input.TabularDataFrameInput
input.TabularCSVInput
input.TabularDeserializer

0 comments on commit 5a6b0dc

Please sign in to comment.