README.md
setup.py
aisquared/__init__.py
aisquared.egg-info/PKG-INFO
aisquared.egg-info/SOURCES.txt
aisquared.egg-info/dependency_links.txt
aisquared.egg-info/requires.txt
aisquared.egg-info/top_level.txt
aisquared/base/BaseObject.py
aisquared/base/__init__.py
aisquared/base/css.py
aisquared/base/endpoints.py
aisquared/base/harvesting.py
aisquared/base/platform.py
aisquared/base/preprocessing.py
aisquared/base/rendering.py
aisquared/base/stages.py
aisquared/config/CustomObject.py
aisquared/config/GraphConfiguration.py
aisquared/config/ModelConfiguration.py
aisquared/config/__init__.py
aisquared/config/analytic/DeployedAnalytic.py
aisquared/config/analytic/DeployedModel.py
aisquared/config/analytic/LocalAnalytic.py
aisquared/config/analytic/LocalModel.py
aisquared/config/analytic/ReverseMLWorkflow.py
aisquared/config/analytic/__init__.py
aisquared/config/feedback/BinaryFeedback.py
aisquared/config/feedback/ModelFeedback.py
aisquared/config/feedback/MulticlassFeedback.py
aisquared/config/feedback/QualitativeFeedback.py
aisquared/config/feedback/RegressionFeedback.py
aisquared/config/feedback/SimpleFeedback.py
aisquared/config/feedback/__init__.py
aisquared/config/harvesting/ImageHarvester.py
aisquared/config/harvesting/InputHarvester.py
aisquared/config/harvesting/QueryParameterHarvester.py
aisquared/config/harvesting/TextHarvester.py
aisquared/config/harvesting/__init__.py
aisquared/config/postprocessing/BinaryClassification.py
aisquared/config/postprocessing/MulticlassClassification.py
aisquared/config/postprocessing/ObjectDetection.py
aisquared/config/postprocessing/Regression.py
aisquared/config/postprocessing/__init__.py
aisquared/config/preprocessing/__init__.py
aisquared/config/preprocessing/image/ImagePreprocessing.py
aisquared/config/preprocessing/image/Steps.py
aisquared/config/preprocessing/image/__init__.py
aisquared/config/preprocessing/tabular/Steps.py
aisquared/config/preprocessing/tabular/TabularPreprocessing.py
aisquared/config/preprocessing/tabular/__init__.py
aisquared/config/preprocessing/text/Steps.py
aisquared/config/preprocessing/text/TextPreprocessing.py
aisquared/config/preprocessing/text/__init__.py
aisquared/config/rendering/BarChartRendering.py
aisquared/config/rendering/ContainerRendering.py
aisquared/config/rendering/DashboardRendering.py
aisquared/config/rendering/DashboardReplacementRendering.py
aisquared/config/rendering/DocumentRendering.py
aisquared/config/rendering/DoughnutChartRendering.py
aisquared/config/rendering/FilterRendering.py
aisquared/config/rendering/HTMLTagRendering.py
aisquared/config/rendering/ImageRendering.py
aisquared/config/rendering/LineChartRendering.py
aisquared/config/rendering/ObjectRendering.py
aisquared/config/rendering/PieChartRendering.py
aisquared/config/rendering/SOSRendering.py
aisquared/config/rendering/TableRendering.py
aisquared/config/rendering/WordRendering.py
aisquared/config/rendering/__init__.py
aisquared/config/rendering/utils.py
aisquared/logging/__init__.py
aisquared/platform/AISquaredAPIException.py
aisquared/platform/AISquaredPlatformClient.py
aisquared/platform/NoResultsFoundError.py
aisquared/platform/__init__.py
aisquared/platform/additional_utils.py
aisquared/platform/crudl.py
aisquared/platform/feedback.py
aisquared/platform/metrics.py
aisquared/platform/sharing.py
aisquared/platform/user_group.py
aisquared/serving/__init__.py
aisquared/serving/deploy_model.py
aisquared/serving/get_remote_prediction.py
aisquared/utils/__init__.py
aisquared/utils/utils.py
tests/test_air.py
tests/test_analytics.py
tests/test_base.py
tests/test_custom.py
tests/test_feedback.py
tests/test_harvesters.py
tests/test_postprocessors.py
tests/test_preprocessors.py
tests/test_renderers.py
tests/test_simple.py