HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
bigmler/__init__.py
bigmler/anomaly_score.py
bigmler/bigmler.py
bigmler/centroid.py
bigmler/checkpoint.py
bigmler/command.py
bigmler/defaults.py
bigmler/dispatcher.py
bigmler/dispatchers.py
bigmler/dnprediction.py
bigmler/evaluation.py
bigmler/forecast.py
bigmler/labels.py
bigmler/logrprediction.py
bigmler/lrprediction.py
bigmler/parser.py
bigmler/pre_model_steps.py
bigmler/prediction.py
bigmler/projection.py
bigmler/reports.py
bigmler/resources.py
bigmler/sampleoutput.py
bigmler/sl_prediction.py
bigmler/topicdistribution.py
bigmler/train_reader.py
bigmler/tsevaluation.py
bigmler/tst_reader.py
bigmler/utf8recoder.py
bigmler/utils.py
bigmler.egg-info/PKG-INFO
bigmler.egg-info/SOURCES.txt
bigmler.egg-info/dependency_links.txt
bigmler.egg-info/entry_points.txt
bigmler.egg-info/requires.txt
bigmler.egg-info/top_level.txt
bigmler/analyze/__init__.py
bigmler/analyze/dispatcher.py
bigmler/analyze/k_fold_cv.py
bigmler/anomaly/__init__.py
bigmler/anomaly/dispatcher.py
bigmler/association/__init__.py
bigmler/association/dispatcher.py
bigmler/cluster/__init__.py
bigmler/cluster/dispatcher.py
bigmler/dataset/__init__.py
bigmler/dataset/dispatcher.py
bigmler/deepnet/__init__.py
bigmler/deepnet/dispatcher.py
bigmler/delete/__init__.py
bigmler/delete/dispatcher.py
bigmler/execute/__init__.py
bigmler/execute/dispatcher.py
bigmler/export/__init__.py
bigmler/export/dispatcher.py
bigmler/export/out_model/__init__.py
bigmler/export/out_model/jsmodel.py
bigmler/export/out_model/mysqlmodel.py
bigmler/export/out_model/pythonlr.py
bigmler/export/out_model/rmodel.py
bigmler/export/out_model/tableaumodel.py
bigmler/export/out_tree/__init__.py
bigmler/export/out_tree/jstree.py
bigmler/export/out_tree/mysqltree.py
bigmler/export/out_tree/rtree.py
bigmler/export/out_tree/tableautree.py
bigmler/fusion/__init__.py
bigmler/fusion/dispatcher.py
bigmler/linearregression/__init__.py
bigmler/linearregression/dispatcher.py
bigmler/logisticregression/__init__.py
bigmler/logisticregression/dispatcher.py
bigmler/options/__init__.py
bigmler/options/analyze.py
bigmler/options/anomaly.py
bigmler/options/association.py
bigmler/options/cluster.py
bigmler/options/common.py
bigmler/options/dataset.py
bigmler/options/dataset_trans.py
bigmler/options/deepnet.py
bigmler/options/delete.py
bigmler/options/execute.py
bigmler/options/export.py
bigmler/options/fusion.py
bigmler/options/linearregression.py
bigmler/options/logisticregression.py
bigmler/options/main.py
bigmler/options/multilabel.py
bigmler/options/pca.py
bigmler/options/project.py
bigmler/options/reify.py
bigmler/options/report.py
bigmler/options/retrain.py
bigmler/options/sample.py
bigmler/options/source.py
bigmler/options/test.py
bigmler/options/timeseries.py
bigmler/options/topicmodel.py
bigmler/options/whizzml.py
bigmler/pca/__init__.py
bigmler/pca/dispatcher.py
bigmler/processing/__init__.py
bigmler/processing/anomalies.py
bigmler/processing/args.py
bigmler/processing/associations.py
bigmler/processing/clusters.py
bigmler/processing/datasets.py
bigmler/processing/deepnets.py
bigmler/processing/ensembles.py
bigmler/processing/fusion.py
bigmler/processing/linearregressions.py
bigmler/processing/logisticregressions.py
bigmler/processing/models.py
bigmler/processing/pca.py
bigmler/processing/projects.py
bigmler/processing/samples.py
bigmler/processing/sources.py
bigmler/processing/timeseries.py
bigmler/processing/topicmodels.py
bigmler/processing/whizzml.py
bigmler/project/__init__.py
bigmler/project/dispatcher.py
bigmler/reify/__init__.py
bigmler/reify/dispatcher.py
bigmler/reify/reify.py
bigmler/reify/reify_defaults.py
bigmler/reify/restcall.py
bigmler/reify/restchain.py
bigmler/reify/restutils.py
bigmler/report/__init__.py
bigmler/report/dispatcher.py
bigmler/report/httpserver.py
bigmler/retrain/__init__.py
bigmler/retrain/dispatcher.py
bigmler/retrain/retrain.py
bigmler/sample/__init__.py
bigmler/sample/dispatcher.py
bigmler/static/analyze.html
bigmler/static/gazibit.json
bigmler/static/gazibit_shared.json
bigmler/static/out_model/items_analysis.R
bigmler/static/out_model/items_analysis.js
bigmler/static/out_model/items_analysis.py
bigmler/static/out_model/python_haddop_csv.py
bigmler/static/out_model/python_hadoop_next.py
bigmler/static/out_model/python_hadoop_reducer.py
bigmler/static/out_model/term_analysis.R
bigmler/static/out_model/term_analysis.js
bigmler/static/out_model/term_analysis.py
bigmler/static/scripts/incremental/metadata.json
bigmler/static/scripts/incremental/generate_whizzml/library.whizzml
bigmler/static/scripts/incremental/generate_whizzml/metadata.json
bigmler/static/scripts/incremental/reify/library.whizzml
bigmler/static/scripts/incremental/reify/metadata.json
bigmler/static/scripts/incremental/retrain/metadata.json
bigmler/static/scripts/incremental/retrain/script.whizzml
bigmler/static/scripts/reify/metadata.json
bigmler/static/scripts/reify/python/metadata.json
bigmler/static/scripts/reify/python/script.whizzml
bigmler/static/scripts/reify/whizzml/metadata.json
bigmler/static/scripts/reify/whizzml/script.whizzml
bigmler/tests/__init__.py
bigmler/tests/basic_anomaly_prediction_steps.py
bigmler/tests/basic_association_steps.py
bigmler/tests/basic_batch_tst_prediction_steps.py
bigmler/tests/basic_cluster_prediction_steps.py
bigmler/tests/basic_deepnet_steps.py
bigmler/tests/basic_execute_steps.py
bigmler/tests/basic_fusion_steps.py
bigmler/tests/basic_linear_r_steps.py
bigmler/tests/basic_logistic_r_steps.py
bigmler/tests/basic_pca_steps.py
bigmler/tests/basic_time_series_steps.py
bigmler/tests/basic_topic_model_steps.py
bigmler/tests/basic_tst_forecast_steps.py
bigmler/tests/basic_tst_prediction_steps.py
bigmler/tests/common_steps.py
bigmler/tests/dataset_advanced_steps.py
bigmler/tests/delete_subcommand_steps.py
bigmler/tests/evaluation_steps.py
bigmler/tests/export_steps.py
bigmler/tests/max_categories_tst_prediction_steps.py
bigmler/tests/ml_tst_evaluation_steps.py
bigmler/tests/ml_tst_prediction_steps.py
bigmler/tests/project_creation_steps.py
bigmler/tests/reify_steps.py
bigmler/tests/sample_steps.py
bigmler/tests/stdin_input_steps.py
bigmler/tests/test_01_predictions.py
bigmler/tests/test_02_batch_predictions.py
bigmler/tests/test_03_unicode_command.py
bigmler/tests/test_04_dataset_advanced.py
bigmler/tests/test_05_evaluation.py
bigmler/tests/test_06_missing_splits.py
bigmler/tests/test_07_proportional_missing.py
bigmler/tests/test_08_stdin.py
bigmler/tests/test_09_shared.py
bigmler/tests/test_10_weights.py
bigmler/tests/test_11_max_categories.py
bigmler/tests/test_12_basic_cluster.py
bigmler/tests/test_13_basic_batch_centroids.py
bigmler/tests/test_14_delete.py
bigmler/tests/test_15_delete_dir.py
bigmler/tests/test_16_reports.py
bigmler/tests/test_17_analyze.py
bigmler/tests/test_19_mlm_prediction.py
bigmler/tests/test_20_ml_evaluation.py
bigmler/tests/test_21_ml_ensembles.py
bigmler/tests/test_22_ml_prediction.py
bigmler/tests/test_23_anomaly.py
bigmler/tests/test_24_batch_anomaly.py
bigmler/tests/test_25_projects.py
bigmler/tests/test_26_sample.py
bigmler/tests/test_27_reify.py
bigmler/tests/test_28_basic_association.py
bigmler/tests/test_29_logistic_regression.py
bigmler/tests/test_30_execute.py
bigmler/tests/test_32_topic_model.py
bigmler/tests/test_33_export.py
bigmler/tests/test_34_time_series.py
bigmler/tests/test_35_deepnet.py
bigmler/tests/test_36_retrain.py
bigmler/tests/test_37_organizations.py
bigmler/tests/test_38_linear_regression.py
bigmler/tests/test_39_pca.py
bigmler/tests/test_40_fusion.py
bigmler/tests/world.py
bigmler/timeseries/__init__.py
bigmler/timeseries/dispatcher.py
bigmler/topicmodel/__init__.py
bigmler/topicmodel/dispatcher.py
bigmler/whizzml/__init__.py
bigmler/whizzml/dispatcher.py
bigmler/whizzml/package.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat