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/basemodel.py
bigml/batchanomalyscorehandler.py
bigml/batchcentroidhandler.py
bigml/batchpredictionhandler.py
bigml/bigmlconnection.py
bigml/centroid.py
bigml/centroidhandler.py
bigml/cluster.py
bigml/clusterhandler.py
bigml/datasethandler.py
bigml/domain.py
bigml/ensemble.py
bigml/ensemblehandler.py
bigml/evaluationhandler.py
bigml/fields.py
bigml/io.py
bigml/model.py
bigml/modelfields.py
bigml/modelhandler.py
bigml/multimodel.py
bigml/multivote.py
bigml/predicate.py
bigml/predicates.py
bigml/prediction.py
bigml/predictionhandler.py
bigml/projecthandler.py
bigml/resourcehandler.py
bigml/samplehandler.py
bigml/sourcehandler.py
bigml/sslposter.py
bigml/tree.py
bigml/util.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/tests/__init__.py
bigml/tests/compare_predictions_steps.py
bigml/tests/compute_multivote_prediction_steps.py
bigml/tests/create_anomaly_steps.py
bigml/tests/create_batch_prediction_steps.py
bigml/tests/create_cluster_steps.py
bigml/tests/create_dataset_steps.py
bigml/tests/create_ensemble_steps.py
bigml/tests/create_evaluation_steps.py
bigml/tests/create_model_steps.py
bigml/tests/create_multimodel_steps.py
bigml/tests/create_prediction_steps.py
bigml/tests/create_project_steps.py
bigml/tests/create_sample_steps.py
bigml/tests/create_source_steps.py
bigml/tests/delete_project_steps.py
bigml/tests/read_anomaly_steps.py
bigml/tests/read_batch_prediction_steps.py
bigml/tests/read_cluster_steps.py
bigml/tests/read_dataset_steps.py
bigml/tests/read_ensemble_steps.py
bigml/tests/read_evaluation_steps.py
bigml/tests/read_model_steps.py
bigml/tests/read_prediction_steps.py
bigml/tests/read_project_steps.py
bigml/tests/read_sample_steps.py
bigml/tests/read_source_steps.py
bigml/tests/test_01_prediction.py
bigml/tests/test_02_dev_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_evaluatiions.py
bigml/tests/test_15_download_dataset.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/world.py
bigml/tests/data/batch_predictions.csv
bigml/tests/data/batch_predictions_a.csv
bigml/tests/data/batch_predictions_c.csv
bigml/tests/data/batch_predictions_e.csv
bigml/tests/data/diabetes.csv
bigml/tests/data/grades.csv
bigml/tests/data/iris.csv
bigml/tests/data/iris_missing.csv
bigml/tests/data/iris_missing2.csv
bigml/tests/data/iris_model.json
bigml/tests/data/iris_sp_chars.csv
bigml/tests/data/predictions_c.json
bigml/tests/data/predictions_r.json
bigml/tests/data/spam.csv
bigml/tests/data/tiny_kdd.csv
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat