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/dataset.py
bigml/deepnet.py
bigml/domain.py
bigml/ensemble.py
bigml/ensemblepredictor.py
bigml/exceptions.py
bigml/execution.py
bigml/featurizer.py
bigml/fields.py
bigml/flatline.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/pipeline.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/webhooks.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/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/images/__init__.py
bigml/images/featurizers.py
bigml/images/utils.py
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_dataset_steps.py
bigml/tests/compare_forecasts_steps.py
bigml/tests/compare_pipeline_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_dataset_steps.py
bigml/tests/read_resource_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_05_compare_predictions_b.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_c_compare_predictions.py
bigml/tests/test_35_compare_predictions.py
bigml/tests/test_35_d_compare_predictions.py
bigml/tests/test_35_e_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/test_46_model_cloning.py
bigml/tests/test_47_webhooks.py
bigml/tests/test_48_local_dataset.py
bigml/tests/test_49_local_pipeline.py
bigml/tests/test_99_cleaning.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/fruits1e.jpg
data/grades.csv
data/groceries.csv
data/imgs_deepnet.zip
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/repeat_iris.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/images/annotations.json
data/images/fruits_hist.zip
data/images/fruits_name.zip
data/images/metadata.json
data/images/cats/pexels-pixabay-33358.jpg
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/distribution_iris.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/iris.json
data/model/list_fields.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/rdistribution_iris.txt
data/model/regression.json
data/model/rlist_fields.txt
data/model/rtree_csv.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
data/model/tree_csv.txt
data/model/w_iris.json
data/model/w_regression.json
data/model/wdistribution_iris.txt
data/model/wlist_fields.txt
data/model/wrdistribution_iris.txt
data/model/wrlist_fields.txt
data/model/wrtree_csv.txt
data/model/wtree_csv.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_pca.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