HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
bigml/__init__.py
bigml/anomaly.py
bigml/anomalyhandler.py
bigml/anomalyscorehandler.py
bigml/anomalytree.py
bigml/api.py
bigml/association.py
bigml/associationhandler.py
bigml/associationrule.py
bigml/associationsethandler.py
bigml/basemodel.py
bigml/batchanomalyscorehandler.py
bigml/batchcentroidhandler.py
bigml/batchpredictionhandler.py
bigml/batchprojectionhandler.py
bigml/batchtopicdistributionhandler.py
bigml/bigmlconnection.py
bigml/boostedtree.py
bigml/centroid.py
bigml/centroidhandler.py
bigml/cluster.py
bigml/clusterhandler.py
bigml/configurationhandler.py
bigml/constants.py
bigml/correlationhandler.py
bigml/datasethandler.py
bigml/deepnet.py
bigml/deepnethandler.py
bigml/domain.py
bigml/ensemble.py
bigml/ensemblehandler.py
bigml/ensemblepredictor.py
bigml/evaluationhandler.py
bigml/execution.py
bigml/executionhandler.py
bigml/externalconnectorhandler.py
bigml/fields.py
bigml/flattree.py
bigml/forecasthandler.py
bigml/fusion.py
bigml/fusionhandler.py
bigml/io.py
bigml/item.py
bigml/libraryhandler.py
bigml/linear.py
bigml/linearhandler.py
bigml/logistic.py
bigml/logistichandler.py
bigml/model.py
bigml/modelfields.py
bigml/modelhandler.py
bigml/multimodel.py
bigml/multivote.py
bigml/multivotelist.py
bigml/optimlhandler.py
bigml/path.py
bigml/pca.py
bigml/pcahandler.py
bigml/predicate.py
bigml/predicates.py
bigml/prediction.py
bigml/predictionhandler.py
bigml/projecthandler.py
bigml/projectionhandler.py
bigml/resourcehandler.py
bigml/samplehandler.py
bigml/scripthandler.py
bigml/sourcehandler.py
bigml/sslposter.py
bigml/statisticaltesthandler.py
bigml/supervised.py
bigml/timeseries.py
bigml/timeserieshandler.py
bigml/topicdistributionhandler.py
bigml/topicmodel.py
bigml/topicmodelhandler.py
bigml/tree.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/requires.txt
bigml.egg-info/top_level.txt
bigml/laminar/__init__.py
bigml/laminar/constants.py
bigml/laminar/math_ops.py
bigml/laminar/numpy_ops.py
bigml/laminar/preprocess.py
bigml/laminar/preprocess_np.py
bigml/out_model/__init__.py
bigml/out_model/pythonmodel.py
bigml/out_model/static/items_analysis.txt
bigml/out_model/static/python_haddop_csv.txt
bigml/out_model/static/python_hadoop_next.txt
bigml/out_model/static/python_hadoop_reducer.txt
bigml/out_model/static/term_analysis.txt
bigml/out_tree/__init__.py
bigml/out_tree/pythontree.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_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/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_4w.csv
data/spam_tiny.csv
data/text_missing.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_modified.csv
data/model/data_distribution_diabetes.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_tiny_kdd.txt
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_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/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_tiny_kdd.txt
data/model/summarize_diabetes.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
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/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