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 14, 2022
1 parent 5a6b0dc commit b5ae628
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/api/tabular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ______________
~classification.model.TabularClassifier
~classification.data.TabularClassificationData

input.TabularClassificationDataFrameInput
input.TabularClassificationCSVInput
classification.input.TabularClassificationDataFrameInput
classification.input.TabularClassificationCSVInput

Regression
__________
Expand All @@ -34,8 +34,8 @@ __________
~regression.model.TabularRegressor
~regression.data.TabularRegressionData

input.TabularRegressionDataFrameInput
input.TabularRegressionCSVInput
regression.input.TabularRegressionDataFrameInput
regression.input.TabularRegressionCSVInput

Forecasting
___________
Expand Down

0 comments on commit b5ae628

Please sign in to comment.