Methods:
Run an Exploratory Data Analysis (EDA) for the specified project.
POSTrerunEdaReruns the specified EDA object.
GETlistEdaRetrieves the list of Exploratory Data Analysis (EDA) in the specified project.
GETdescribeEdaRetrieves a full description of the specified EDA object.
GETlistEdaVersionsRetrieves a list of versions for a given EDA object.
GETdescribeEdaVersionRetrieves a full description of the specified EDA version.
PATCHrenameEdaRenames an EDA
DELETEdeleteEdaDeletes the specified EDA and all its versions.
DELETEdeleteEdaVersionDeletes the specified EDA version.
GETgetEdaCollinearityGets the Collinearity between all features for the Exploratory Data Analysis.
GETgetEdaDataConsistencyGets the data consistency for the Exploratory Data Analysis.
GETgetCollinearityForFeatureGets the Collinearity for the given feature from the Exploratory Data Analysis.
GETgetFeatureAssociationGets the Feature Association for the given features from the feature group version within the eda_version.
GETgetEdaForecastingAnalysisGets the Forecasting analysis for the Exploratory Data Analysis.