.gitignore
CHANGELOG.md
LICENSE
README.md
requirements.txt
setup.py
ds_box.egg-info/PKG-INFO
ds_box.egg-info/SOURCES.txt
ds_box.egg-info/dependency_links.txt
ds_box.egg-info/top_level.txt
dsbox/__init__.py
dsbox/dbconnection/__init__.py
dsbox/dbconnection/dbconnector.py
dsbox/dbconnection/plasma_connector.py
dsbox/examples/__init__.py
dsbox/examples/sales_prediction_usecase/__init__.py
dsbox/examples/sales_prediction_usecase/sales_prediction_dag.py
dsbox/examples/sales_prediction_usecase/datasets/input/store.csv
dsbox/examples/sales_prediction_usecase/datasets/input/test.parquet
dsbox/examples/sales_prediction_usecase/datasets/input/train.parquet
dsbox/examples/sales_prediction_usecase/ml/__init__.py
dsbox/examples/sales_prediction_usecase/ml/feature_engineering.py
dsbox/examples/sales_prediction_usecase/ml/modeling.py
dsbox/examples/tree_disease_usecase/__init__.py
dsbox/examples/tree_disease_usecase/tree_disease.db
dsbox/examples/tree_disease_usecase/tree_disease_dag.py
dsbox/examples/tree_disease_usecase/tree_disease_dag_with_pg.py
dsbox/examples/tree_disease_usecase/datasets/input/X_geoloc_egc_t1.csv
dsbox/examples/tree_disease_usecase/datasets/input/X_geoloc_egc_t2.csv
dsbox/examples/tree_disease_usecase/datasets/input/X_geoloc_egc_t3.csv
dsbox/examples/tree_disease_usecase/datasets/input/X_tree_egc_t1.csv
dsbox/examples/tree_disease_usecase/datasets/input/X_tree_egc_t2.csv
dsbox/examples/tree_disease_usecase/datasets/input/X_tree_egc_t3.csv
dsbox/examples/tree_disease_usecase/datasets/input/Y_tree_egc_t1.csv
dsbox/examples/tree_disease_usecase/datasets/input/Y_tree_egc_t2.csv
dsbox/examples/tree_disease_usecase/datasets/output/X_predict.csv
dsbox/examples/tree_disease_usecase/datasets/temp/.gitignore
dsbox/examples/tree_disease_usecase/ml/__init__.py
dsbox/examples/tree_disease_usecase/ml/feature_engineering.py
dsbox/examples/tree_disease_usecase/ml/modeling.py
dsbox/examples/tree_disease_usecase/ml/sub_dags.py
dsbox/examples/tree_disease_usecase/models/.gitignore
dsbox/kube/__init__.py
dsbox/kube/data_operations.py
dsbox/kube/process_data.py
dsbox/ml/__init__.py
dsbox/ml/metrics.py
dsbox/ml/utils.py
dsbox/ml/calibration/__init__.py
dsbox/ml/calibration/calibration.py
dsbox/ml/ensemble/__init__.py
dsbox/ml/ensemble/rrclassifier/__init__.py
dsbox/ml/ensemble/rrclassifier/randomrotation.py
dsbox/ml/ensemble/rrclassifier/rr_extra_forest.py
dsbox/ml/ensemble/rrclassifier/rr_forest.py
dsbox/ml/explain/__init__.py
dsbox/ml/explain/feature_contributions.py
dsbox/ml/explain/prediction_interval.py
dsbox/ml/feature_engineering/__init__.py
dsbox/ml/feature_engineering/categorical.py
dsbox/ml/feature_engineering/timeseries.py
dsbox/ml/feature_selection/__init__.py
dsbox/ml/feature_selection/greedy.py
dsbox/ml/markov/__init__.py
dsbox/ml/markov/histrogramdata.py
dsbox/ml/markov/seqminer.py
dsbox/ml/markov/hmmlearn/__init__.py
dsbox/ml/markov/hmmlearn/_hmmc.pyx
dsbox/ml/markov/hmmlearn/_utils.py
dsbox/ml/markov/hmmlearn/base.py
dsbox/ml/markov/hmmlearn/hmm.py
dsbox/ml/markov/hmmlearn/stats.py
dsbox/ml/markov/hmmlearn/utils.py
dsbox/ml/markov/seqlearn/__init__.py
dsbox/ml/markov/seqlearn/base.py
dsbox/ml/markov/seqlearn/evaluation.py
dsbox/ml/markov/seqlearn/hmm.py
dsbox/ml/markov/seqlearn/perceptron.py
dsbox/ml/markov/seqlearn/_decode/__init__.py
dsbox/ml/markov/seqlearn/_decode/bestfirst.pyx
dsbox/ml/markov/seqlearn/_decode/viterbi.pyx
dsbox/ml/markov/seqlearn/_utils/__init__.py
dsbox/ml/markov/seqlearn/_utils/ctrans.pyx
dsbox/ml/markov/seqlearn/_utils/safeadd.pyx
dsbox/ml/markov/seqlearn/_utils/transmatrix.py
dsbox/ml/neural_networks/__init__.py
dsbox/ml/neural_networks/keras_factory/__init__.py
dsbox/ml/neural_networks/keras_factory/abstract_model_generator.py
dsbox/ml/neural_networks/keras_factory/autoencoders.py
dsbox/ml/neural_networks/keras_factory/image_models.py
dsbox/ml/neural_networks/keras_factory/text_models.py
dsbox/ml/neural_networks/processing/__init__.py
dsbox/ml/neural_networks/processing/text_classification.py
dsbox/ml/neural_networks/processing/workflow.py
dsbox/ml/outliers/__init__.py
dsbox/ml/outliers/outliers.py
dsbox/ml/outliers/utils.py
dsbox/ml/text/__init__.py
dsbox/ml/text/lsh.py
dsbox/ml/text/utils.py
dsbox/ml/visualization/__init__.py
dsbox/ml/visualization/distribution.py
dsbox/ml/visualization/images.py
dsbox/ml/visualization/metrics.py
dsbox/ml/visualization/prediction_interval_visualization.py
dsbox/operators/__init__.py
dsbox/operators/data_executor.py
dsbox/operators/data_operator.py
dsbox/operators/data_unit.py
dsbox/operators/kube_data_operator.py
dsbox/utils/__init__.py
dsbox/utils/filename_generator.py
dsbox/utils/utils.py
notebooks/NeuralNets-AutoEncoder.ipynb
notebooks/NeuralNets-TextClassification.ipynb
tests/__init__.py
tests/config.py
tests/test_dag_file.py
tests/test_dag_plasma.py
tests/test_dataoperator.py
tests/test_dbconnector.py
tests/test_dbconnector_pg.py
tests/test_plasma_connector.py
tests/test_plasmaconnector.py
tests/data/X.csv
tests/data/X_parsed_2.csv
tests/data/X_parsed_22.csv
tests/ml/__init__.py
tests/ml/calibration/__init__.py
tests/ml/calibration/test_calibration.py
tests/ml/ensemble/__init__.py
tests/ml/ensemble/test_rrclassifier.py
tests/ml/explain/__init__.py
tests/ml/explain/test_feature_contributions.py
tests/ml/explain/test_prediction_interval.py
tests/ml/feature_engineering/__init__.py
tests/ml/feature_engineering/test_categorical.py
tests/ml/feature_engineering/test_timeseries.py
tests/ml/markov/__init__.py
tests/ml/markov/test_histogramdata.py
tests/ml/markov/test_seqminer.py
tests/ml/markov/hmmlearn/__init__.py
tests/ml/markov/hmmlearn/test_base.py
tests/ml/markov/hmmlearn/test_gaussian_hmm.py
tests/ml/markov/hmmlearn/test_gmm_hmm.py
tests/ml/markov/hmmlearn/test_multinomial_hmm.py
tests/ml/markov/hmmlearn/test_utils.py
tests/ml/markov/seqlearn/__init__.py
tests/ml/markov/seqlearn/test_hmm.py
tests/ml/markov/seqlearn/test_perceptron.py
tests/ml/neural_networks/__init__.py
tests/ml/neural_networks/keras_factory/__init__.py
tests/ml/neural_networks/keras_factory/test_autoencoder_models.py
tests/ml/neural_networks/keras_factory/test_text_models.py
tests/ml/neural_networks/processing/__init__.py
tests/ml/neural_networks/processing/test_text_classification.py
tests/ml/neural_networks/processing/test_workflow.py
tests/ml/outliers/__init__.py
tests/ml/outliers/test_outliers.py
tests/ml/outliers/test_utils.py
tests/ml/text/__init__.py
tests/ml/text/test_lsh.py
tests/ml/text/test_utils.py
tests/scripts/copy_dag_files.sh
tests/scripts/launch_test_dag_file.sh
tests/scripts/launch_test_dag_plasma.sh
tests/utils/__init__.py
tests/utils/test_filename_generator.py
tests/utils/test_utils.py