HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
bigml/__init__.py
bigml/anomaly.py
bigml/api.py
bigml/association.py
bigml/associationrule.py
bigml/basemodel.py
bigml/bigmlconnection.py
bigml/centroid.py
bigml/cluster.py
bigml/constants.py
bigml/deepnet.py
bigml/domain.py
bigml/ensemble.py
bigml/ensemblepredictor.py
bigml/execution.py
bigml/fields.py
bigml/flattree.py
bigml/fusion.py
bigml/io.py
bigml/item.py
bigml/linear.py
bigml/logistic.py
bigml/model.py
bigml/modelfields.py
bigml/multimodel.py
bigml/multivote.py
bigml/multivotelist.py
bigml/path.py
bigml/pca.py
bigml/predicate.py
bigml/predicates.py
bigml/prediction.py
bigml/supervised.py
bigml/timeseries.py
bigml/topicmodel.py
bigml/tree_utils.py
bigml/tsoutconstants.py
bigml/tssubmodels.py
bigml/util.py
bigml/version.py
bigml.egg-info/PKG-INFO
bigml.egg-info/SOURCES.txt
bigml.egg-info/dependency_links.txt
bigml.egg-info/pbr.json
bigml.egg-info/requires.txt
bigml.egg-info/top_level.txt
bigml/api_handlers/__init__.py
bigml/api_handlers/anomalyhandler.py
bigml/api_handlers/anomalyscorehandler.py
bigml/api_handlers/associationhandler.py
bigml/api_handlers/associationsethandler.py
bigml/api_handlers/batchanomalyscorehandler.py
bigml/api_handlers/batchcentroidhandler.py
bigml/api_handlers/batchpredictionhandler.py
bigml/api_handlers/batchprojectionhandler.py
bigml/api_handlers/batchtopicdistributionhandler.py
bigml/api_handlers/centroidhandler.py
bigml/api_handlers/clusterhandler.py
bigml/api_handlers/configurationhandler.py
bigml/api_handlers/correlationhandler.py
bigml/api_handlers/datasethandler.py
bigml/api_handlers/deepnethandler.py
bigml/api_handlers/ensemblehandler.py
bigml/api_handlers/evaluationhandler.py
bigml/api_handlers/executionhandler.py
bigml/api_handlers/externalconnectorhandler.py
bigml/api_handlers/forecasthandler.py
bigml/api_handlers/fusionhandler.py
bigml/api_handlers/libraryhandler.py
bigml/api_handlers/linearhandler.py
bigml/api_handlers/logistichandler.py
bigml/api_handlers/modelhandler.py
bigml/api_handlers/optimlhandler.py
bigml/api_handlers/pcahandler.py
bigml/api_handlers/predictionhandler.py
bigml/api_handlers/projecthandler.py
bigml/api_handlers/projectionhandler.py
bigml/api_handlers/resourcehandler.py
bigml/api_handlers/samplehandler.py
bigml/api_handlers/scripthandler.py
bigml/api_handlers/sourcehandler.py
bigml/api_handlers/statisticaltesthandler.py
bigml/api_handlers/timeserieshandler.py
bigml/api_handlers/topicdistributionhandler.py
bigml/api_handlers/topicmodelhandler.py
bigml/generators/__init__.py
bigml/generators/boosted_tree.py
bigml/generators/model.py
bigml/generators/tree.py
bigml/generators/tree_common.py
bigml/generators/static/items_analysis.txt
bigml/generators/static/python_haddop_csv.txt
bigml/generators/static/python_hadoop_next.txt
bigml/generators/static/python_hadoop_reducer.txt
bigml/generators/static/term_analysis.txt
bigml/laminar/__init__.py
bigml/laminar/constants.py
bigml/laminar/numpy_ops.py
bigml/laminar/preprocess_np.py
bigml/predicate_utils/__init__.py
bigml/predicate_utils/utils.py
bigml/predict_utils/__init__.py
bigml/predict_utils/boosting.py
bigml/predict_utils/classification.py
bigml/predict_utils/common.py
bigml/predict_utils/regression.py
bigml/tests/__init__.py
bigml/tests/compare_forecasts_steps.py
bigml/tests/compare_predictions_steps.py
bigml/tests/compute_lda_prediction_steps.py
bigml/tests/compute_multivote_prediction_steps.py
bigml/tests/create_anomaly_steps.py
bigml/tests/create_association_steps.py
bigml/tests/create_batch_prediction_steps.py
bigml/tests/create_batch_projection_steps.py
bigml/tests/create_cluster_steps.py
bigml/tests/create_configuration_steps.py
bigml/tests/create_correlation_steps.py
bigml/tests/create_dataset_steps.py
bigml/tests/create_ensemble_steps.py
bigml/tests/create_evaluation_steps.py
bigml/tests/create_execution_steps.py
bigml/tests/create_external_steps.py
bigml/tests/create_forecast_steps.py
bigml/tests/create_lda_steps.py
bigml/tests/create_library_steps.py
bigml/tests/create_linear_steps.py
bigml/tests/create_model_steps.py
bigml/tests/create_multimodel_steps.py
bigml/tests/create_pca_steps.py
bigml/tests/create_pca_steps_bck.py
bigml/tests/create_prediction_steps.py
bigml/tests/create_project_steps.py
bigml/tests/create_projection_steps.py
bigml/tests/create_sample_steps.py
bigml/tests/create_script_steps.py
bigml/tests/create_source_steps.py
bigml/tests/create_statistical_tst_steps.py
bigml/tests/create_time_series_steps.py
bigml/tests/delete_project_steps.py
bigml/tests/fields_steps.py
bigml/tests/inspect_model_steps.py
bigml/tests/read_anomaly_steps.py
bigml/tests/read_association_steps.py
bigml/tests/read_batch_prediction_steps.py
bigml/tests/read_batch_projection_steps.py
bigml/tests/read_cluster_steps.py
bigml/tests/read_configuration_steps.py
bigml/tests/read_correlation_steps.py
bigml/tests/read_dataset_steps.py
bigml/tests/read_ensemble_steps.py
bigml/tests/read_evaluation_steps.py
bigml/tests/read_execution_steps.py
bigml/tests/read_external_steps.py
bigml/tests/read_forecast_steps.py
bigml/tests/read_lda_steps.py
bigml/tests/read_library_steps.py
bigml/tests/read_linear_steps.py
bigml/tests/read_model_steps.py
bigml/tests/read_pca_steps.py
bigml/tests/read_prediction_steps.py
bigml/tests/read_project_steps.py
bigml/tests/read_projection_steps.py
bigml/tests/read_sample_steps.py
bigml/tests/read_script_steps.py
bigml/tests/read_source_steps.py
bigml/tests/read_statistical_tst_steps.py
bigml/tests/read_time_series_steps.py
bigml/tests/test_01_prediction.py
bigml/tests/test_03_local_prediction.py
bigml/tests/test_04_multivote_prediction.py
bigml/tests/test_05_compare_predictions.py
bigml/tests/test_06_batch_predictions.py
bigml/tests/test_07_multimodel_batch_predictions.py
bigml/tests/test_08_multimodel.py
bigml/tests/test_09_ensemble_prediction.py
bigml/tests/test_10_local_ensemble_prediction.py
bigml/tests/test_11_multimodel_prediction.py
bigml/tests/test_12_public_model_prediction.py
bigml/tests/test_13_public_dataset.py
bigml/tests/test_14_create_evaluations.py
bigml/tests/test_15_download.py
bigml/tests/test_16_sample_dataset.py
bigml/tests/test_17_split_dataset.py
bigml/tests/test_18_create_anomaly.py
bigml/tests/test_19_missing_and_errors.py
bigml/tests/test_20_rename_duplicated_names.py
bigml/tests/test_21_projects.py
bigml/tests/test_22_source_args.py
bigml/tests/test_23_local_model_info.py
bigml/tests/test_24_cluster_derived.py
bigml/tests/test_25_correlation.py
bigml/tests/test_26_statistical_test.py
bigml/tests/test_27_fields.py
bigml/tests/test_28_association.py
bigml/tests/test_29_script.py
bigml/tests/test_30_execution.py
bigml/tests/test_31_library.py
bigml/tests/test_32_topic_model_prediction.py
bigml/tests/test_33_compare_predictions.py
bigml/tests/test_34_time_series.py
bigml/tests/test_35_b_compare_predictions.py
bigml/tests/test_35_compare_predictions.py
bigml/tests/test_36_compare_predictions.py
bigml/tests/test_37_configuration.py
bigml/tests/test_38_organization.py
bigml/tests/test_38_project_connection.py
bigml/tests/test_39_optiml_fusion.py
bigml/tests/test_40_local_from_file.py
bigml/tests/test_41_multidataset.py
bigml/tests/test_42_pca.py
bigml/tests/test_43_linear.py
bigml/tests/test_44_compare_predictions.py
bigml/tests/test_45_external_connector.py
bigml/tests/world.py
bigml/tests/my_ensemble/__init__.py
bigml/tests/my_ensemble/model_59db76eb9b356c2c97004802.py
bigml/tests/my_ensemble/model_59db76eb9b356c2c97004804.py
bigml/tests/my_ensemble/model_59db76eb9b356c2c97004806.py
data/batch_predictions.csv
data/batch_predictions_a.csv
data/batch_predictions_c.csv
data/batch_predictions_e_c0.csv
data/batch_predictions_e_c1.csv
data/batch_predictions_e_c2.csv
data/batch_predictions_e_o_k_c.csv
data/batch_predictions_e_o_k_p.csv
data/batch_predictions_e_o_k_v.csv
data/batch_predictions_fs.csv
data/batch_predictions_linear.csv
data/batch_predictions_lr.csv
data/batch_projections.csv
data/constant_field.csv
data/dates.csv
data/dates2.csv
data/diabetes.csv
data/grades.csv
data/groceries.csv
data/iris.csv
data/iris_anomalous.csv
data/iris_missing.csv
data/iris_missing2.csv
data/iris_model.json
data/iris_sp_chars.csv
data/iris_unbalanced.csv
data/iris_unbalanced.csv~
data/missings_cat.csv
data/missings_reg.csv
data/movies.csv
data/one_plus_one.whizzml
data/predictions_c.json
data/predictions_r.json
data/price.csv
data/spam.csv
data/spam_1.csv
data/spam_2.csv
data/spam_4w.csv
data/spam_tiny.csv
data/text_missing.csv
data/text_missing2.csv~
data/tiny_kdd.csv
data/tiny_mushrooms.csv
data/associations/association_set.json
data/associations/association_set2.json
data/fields/fields_summary.csv
data/fields/fields_summary.csv~
data/fields/fields_summary_modified.csv
data/fields/fields_summary_modified.csv~
data/model/data_distribution_diabetes.txt
data/model/data_distribution_grades.txt
data/model/data_distribution_grades.txt~
data/model/data_distribution_iris.txt
data/model/data_distribution_iris_missing2.txt
data/model/data_distribution_iris_sp_chars.txt
data/model/data_distribution_spam.txt
data/model/data_distribution_spam.txt~
data/model/data_distribution_tiny_kdd.txt
data/model/distribution_iris.txt
data/model/distribution_iris.txt.bck
data/model/if_then_rules_diabetes.txt
data/model/if_then_rules_grades.txt
data/model/if_then_rules_iris.txt
data/model/if_then_rules_iris_missing.txt
data/model/if_then_rules_iris_missing2.txt
data/model/if_then_rules_iris_missing2_MISSINGS.txt
data/model/if_then_rules_iris_missing2_MISSINGS.txt~
data/model/if_then_rules_iris_sp_chars.txt
data/model/if_then_rules_spam.txt
data/model/if_then_rules_spam_textanalysis_1.txt
data/model/if_then_rules_spam_textanalysis_2.txt
data/model/if_then_rules_spam_textanalysis_3.txt
data/model/if_then_rules_spam_textanalysis_4.txt
data/model/if_then_rules_spam_textanalysis_5.txt
data/model/if_then_rules_spam_textanalysis_6.txt
data/model/if_then_rules_tiny_kdd.txt
data/model/iris.json
data/model/list_fields.txt
data/model/list_fields.txt.bck
data/model/predictions_distribution_diabetes.txt
data/model/predictions_distribution_grades.txt
data/model/predictions_distribution_iris.txt
data/model/predictions_distribution_iris_missing2.txt
data/model/predictions_distribution_iris_sp_chars.txt
data/model/predictions_distribution_spam.txt
data/model/predictions_distribution_spam.txt~
data/model/predictions_distribution_tiny_kdd.txt
data/model/rdistribution_iris.txt
data/model/rdistribution_iris.txt.bck
data/model/regression.json
data/model/rlist_fields.txt
data/model/rlist_fields.txt.bck
data/model/rtree_csv.txt
data/model/rtree_csv.txt.bck
data/model/summarize_diabetes.txt
data/model/summarize_grades.txt
data/model/summarize_grades.txt~
data/model/summarize_iris.txt
data/model/summarize_iris_missing2.txt
data/model/summarize_iris_sp_chars.txt
data/model/summarize_spam.txt
data/model/summarize_tiny_kdd.txt
data/model/tree_csv.txt
data/model/tree_csv.txt.bck
data/model/w_iris.json
data/model/w_regression.json
data/model/wdistribution_iris.txt
data/model/wdistribution_iris.txt.bck
data/model/wlist_fields.txt
data/model/wlist_fields.txt.bck
data/model/wrdistribution_iris.txt
data/model/wrdistribution_iris.txt.bck
data/model/wrlist_fields.txt
data/model/wrlist_fields.txt.bck
data/model/wrtree_csv.txt
data/model/wrtree_csv.txt.bck
data/model/wtree_csv.txt
data/model/wtree_csv.txt.bck
data/models/ensemble_5dd8378890155545af00999b
data/models/model_5dd837a490155545b4011bba
data/models/model_5dd837a490155545b4011bbc
data/models/model_5dd837a490155545b4011bbe
data/models/model_5dd837a490155545b4011bc0
data/models/model_5dd837a490155545b4011bc2
data/models/model_5dd837a490155545b4011bc4
data/models/model_5dd837a490155545b4011bc6
data/models/model_5dd837a490155545b4011bc8
data/models/model_5dd837a490155545b4011bca
data/models/model_5dd837a590155545b4011bcc
data/models/model_5dd837a590155545b4011bce
data/models/model_5dd837a590155545b4011bd0
data/models/model_5dd837a590155545b4011bd2
data/models/model_5dd837a590155545b4011bd4
data/models/model_5dd837a590155545b4011bd6
data/models/model_5dd837a590155545b4011bd8
data/models/model_5dd837a590155545b4011bda
data/models/model_5dd837a590155545b4011bdc
data/models/model_5dd837a590155545b4011bde
data/models/model_5dd837a690155545b4011be0
data/models/model_5dd837a690155545b4011be2
data/models/model_5dd837a690155545b4011be4
data/models/model_5dd837a690155545b4011be6
data/models/model_5dd837a690155545b4011be8
data/models/model_5dd837a690155545b4011bea
data/models/model_5dd837a690155545b4011bec
data/models/model_5dd837a790155545b4011bee
data/models/model_5dd837a790155545b4011bf0
data/models/model_5dd837a790155545b4011bf2
data/models/model_5dd837a790155545b4011bf4
data/models/model_5dd837a790155545b4011bf6
data/models/model_5dd837a790155545b4011bf8
data/models/model_5dd837a790155545b4011bfa
data/models/model_5dd837a890155545b4011bfc
data/models/model_5dd837a890155545b4011bfe
data/models/model_5dd837a890155545b4011c00
data/models/model_5dd837a890155545b4011c02
data/models/model_5dd837a890155545b4011c04
data/models/model_5dd837a890155545b4011c06
data/models/model_5dd837a890155545b4011c08
data/models/model_5dd837a890155545b4011c0a
data/models/model_5dd837a890155545b4011c0c
data/models/model_5dd837a990155545b4011c0e
data/models/model_5dd837a990155545b4011c10
data/models/model_5dd837a990155545b4011c12
data/models/model_5dd837aa90155545b4011c14
data/models/model_5dd837aa90155545b4011c16
data/models/model_5dd837aa90155545b4011c18
data/models/model_5dd837aa90155545b4011c1a
data/models/model_5dd837aa90155545b4011c1c
data/models/model_5dd837aa90155545b4011c1e
data/models/model_5dd837aa90155545b4011c20
data/models/model_5dd837aa90155545b4011c22
data/models/model_5dd837aa90155545b4011c24
data/models/model_5dd837aa90155545b4011c26
data/models/model_5dd837ab90155545b4011c28
data/models/model_5dd837ab90155545b4011c2a
data/models/model_5dd837ab90155545b4011c2c
data/models/model_5dd837ab90155545b4011c2e
data/models/model_5dd837ab90155545b4011c30
data/models/model_5dd837ab90155545b4011c32
data/models/model_5dd837ab90155545b4011c34
data/models/model_5dd837ab90155545b4011c36
data/models/model_5dd837ab90155545b4011c38
data/models/prediction_5de1701c90155513e80000b3
data/models/prediction_5de1701d90155513dd000096
data/models/prediction_5de191d790155513e80000b5
data/models/prediction_5de191d890155513dd000098
data/models/prediction_5de1920c90155513e80000b7
data/models/prediction_5de1920e90155513e80000b9
data/models/prediction_5de19c3890155513e80000bd
data/models/prediction_5de19c3990155513e80000bf
data/models/prediction_5de19d0690155513e80000c1
data/models/prediction_5de19d0790155513e80000c3
data/models/prediction_5de19d8b90155513e80000c5
data/models/prediction_5de19d8c90155513dd00009a
data/models/prediction_5de55bb790155513da00002f
data/models/prediction_5de55bb890155513dd00009c
data/models/prediction_5de55bdb90155513dd00009e
data/models/prediction_5de55bdc90155513e80000c7
data/models/prediction_5de55c1090155513e100004f
data/models/prediction_5de55c1190155513e0000037
data/models/prediction_5de55c4790155513dd0000a0
data/models/prediction_5de55c4990155513e1000051
data/models/prediction_5de55c6090155513e80000c9
data/models/prediction_5de55c6290155513e80000cb
data/models/prediction_5de55c7b90155513e80000cd
data/models/prediction_5de55c7c90155513e80000cf
data/models/prediction_5de55da190155513e80000d1
data/models/prediction_5de55da390155513e80000d3
data/models/prediction_5de55ddc90155513da000031
data/models/prediction_5de55ddd90155513e0000039
data/models/prediction_5de55e2b90155513e80000d5
data/models/prediction_5de55e2c90155513dd0000a2
data/models/prediction_5de55e5890155513e000003b
data/models/prediction_5de55e5990155513e000003d
data/models/prediction_5de55f8a90155513dd0000a4
data/models/prediction_5de55f8b90155513dd0000a6
data/models/prediction_5de55fce90155513dd0000a8
data/models/prediction_5de55fcf90155513dd0000aa
data/models/prediction_5de5636690155513e80000d7
data/models/prediction_5de5636790155513e80000d9
data/models/prediction_5de5639d90155513e80000db
data/models/prediction_5de5639e90155513e000003f
data/models/prediction_5de563e690155513e1000053
data/models/prediction_5de563e790155513e0000041
data/models/prediction_5de5640590155513dd0000ac
data/models/prediction_5de5640690155513e80000dd
data/models/prediction_5de564d490155513e80000df
data/models/prediction_5de564d590155513e1000055
data/models/prediction_5de564e890155513e1000057
data/models/prediction_5de564e990155513dd0000ae
data/models/prediction_5de5651890155513e1000059
data/models/prediction_5de5651990155513e80000e1
data/models/prediction_5de5654490155513dd0000b0
data/models/prediction_5de5654590155513dd0000b2
data/models/prediction_5de5885190155513dd0000b4
data/models/prediction_5de5885290155513dd0000b6
data/models/prediction_5de588a390155513e80000e3
data/models/prediction_5de588a490155513e80000e5
data/models/prediction_5de5a61590155513dd0000b8
data/models/prediction_5de5a61690155513dd0000ba
data/models/prediction_5de5a63e90155513e100005b
data/models/prediction_5de5a63f90155513e0000043
docs/101_anomaly.rst
docs/101_association.rst
docs/101_cluster.rst
docs/101_deepnet.rst
docs/101_ensemble.rst
docs/101_fusion.rst
docs/101_linear_regression.rst
docs/101_logistic_regression.rst
docs/101_model.rst
docs/101_optiml.rst
docs/101_scripting.rst
docs/101_topic_model.rst
docs/101_ts.rst
docs/Makefile
docs/api_sketch.rst
docs/conf.py
docs/creating_resources.rst
docs/deleting_resources.rst
docs/index.rst
docs/index.rst~
docs/local_resources.rst
docs/make.bat
docs/ml_resources.rst
docs/reading_resources.rst
docs/updating_resources.rst
docs/whizzml_resources.rst
docs/images/steps.png