autoBOTLib
About:
Key idea underlying autoBOTLib
Tutorial and first steps:
Installation
autoBOTLib library
Feature types
Using custom classifiers
Using custom feature transformers
Model persistence
Obtaining underlying representations
autoBOTLib CLI
Singularity container for autoBOT
Using custom background knowledge
Using custom metrics
Potentially interesting further work
Releases
autoBOT API
Scaling up (SLING)
Performance on shared tasks
Contents:
autoBOTLib
autoBOTLib
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (autoBOTLib.conceptnet_features.ConceptFeatures method)
(autoBOTLib.doc_similarity.RelationalDocs method)
(autoBOTLib.feature_constructors.FeaturePrunner method)
(autoBOTLib.feature_constructors.text_col method)
(autoBOTLib.keyword_features.KeywordFeatures method)
(autoBOTLib.minimal_test.TestClass method)
(autoBOTLib.rakun.RakunDetector method)
(autoBOTLib.sentence_embeddings.documentEmbedder method)
(autoBOTLib.strategy_ga.GAlearner method)
(autoBOTLib.topic_features.TopicDocs method)
(autoBOTLib.word_relations.relationExtractor method)
A
acc_and_f1() (in module autoBOTLib.data_utils)
apply_label_map() (autoBOTLib.strategy_ga.GAlearner method)
apply_weights() (autoBOTLib.strategy_ga.GAlearner method)
autoBOTLib
module
autoBOTLib.baselines
module
autoBOTLib.conceptnet_features
module
autoBOTLib.data_utils
module
autoBOTLib.doc_similarity
module
autoBOTLib.feature_constructors
module
autoBOTLib.helpers
module
autoBOTLib.keyword_features
module
autoBOTLib.metrics
module
autoBOTLib.minimal_test
module
autoBOTLib.minimal_test_load
module
autoBOTLib.rakun
module
autoBOTLib.sentence_embeddings
module
autoBOTLib.strategy_ga
module
autoBOTLib.topic_features
module
autoBOTLib.word_relations
module
B
build_dataframe() (in module autoBOTLib.feature_constructors)
C
calculate_edit_distance() (autoBOTLib.rakun.RakunDetector method)
calculate_embedding_distance() (autoBOTLib.rakun.RakunDetector method)
compute_distance() (autoBOTLib.word_relations.relationExtractor method)
compute_metrics() (in module autoBOTLib.data_utils)
compute_time_diff() (autoBOTLib.strategy_ga.GAlearner method)
concept_graph() (autoBOTLib.conceptnet_features.ConceptFeatures method)
ConceptFeatures (class in autoBOTLib.conceptnet_features)
corpus_graph() (autoBOTLib.rakun.RakunDetector method)
cross_val_scores() (autoBOTLib.strategy_ga.GAlearner method)
custom_initialization() (autoBOTLib.strategy_ga.GAlearner method)
D
DataProcessor (class in autoBOTLib.data_utils)
digit_col (class in autoBOTLib.feature_constructors)
documentEmbedder (class in autoBOTLib.sentence_embeddings)
E
evaluate_fitness() (autoBOTLib.strategy_ga.GAlearner method)
evolve() (autoBOTLib.strategy_ga.GAlearner method)
F
fast_screening_sgd() (in module autoBOTLib.feature_constructors)
feature_type_importances() (autoBOTLib.strategy_ga.GAlearner method)
FeaturePrunner (class in autoBOTLib.feature_constructors)
find_keywords() (autoBOTLib.rakun.RakunDetector method)
fit() (autoBOTLib.conceptnet_features.ConceptFeatures method)
(autoBOTLib.doc_similarity.RelationalDocs method)
(autoBOTLib.feature_constructors.digit_col method)
(autoBOTLib.feature_constructors.FeaturePrunner method)
(autoBOTLib.feature_constructors.text_col method)
(autoBOTLib.keyword_features.KeywordFeatures method)
(autoBOTLib.sentence_embeddings.documentEmbedder method)
(autoBOTLib.topic_features.TopicDocs method)
(autoBOTLib.word_relations.relationExtractor method)
fit_transform() (autoBOTLib.conceptnet_features.ConceptFeatures method)
(autoBOTLib.doc_similarity.RelationalDocs method)
(autoBOTLib.keyword_features.KeywordFeatures method)
(autoBOTLib.sentence_embeddings.documentEmbedder method)
(autoBOTLib.topic_features.TopicDocs method)
(autoBOTLib.word_relations.relationExtractor method)
G
GAlearner (class in autoBOTLib.strategy_ga)
generate_and_update_stats() (autoBOTLib.strategy_ga.GAlearner method)
generate_hypervertices() (autoBOTLib.rakun.RakunDetector method)
generate_id_intervals() (autoBOTLib.strategy_ga.GAlearner method)
generate_random_initial_state() (autoBOTLib.strategy_ga.GAlearner method)
generate_report() (autoBOTLib.strategy_ga.GAlearner method)
genericProcessor (class in autoBOTLib.data_utils)
get_affix() (in module autoBOTLib.feature_constructors)
get_autoBOT_manual() (in module autoBOTLib.feature_constructors)
get_bert_base() (in module autoBOTLib.baselines)
get_dev_examples() (autoBOTLib.data_utils.DataProcessor method)
(autoBOTLib.data_utils.genericProcessor method)
get_doc2vec() (in module autoBOTLib.baselines)
get_feature_importance_report() (autoBOTLib.strategy_ga.GAlearner method)
get_feature_names() (autoBOTLib.conceptnet_features.ConceptFeatures method)
(autoBOTLib.doc_similarity.RelationalDocs method)
(autoBOTLib.feature_constructors.FeaturePrunner method)
(autoBOTLib.keyword_features.KeywordFeatures method)
(autoBOTLib.sentence_embeddings.documentEmbedder method)
(autoBOTLib.topic_features.TopicDocs method)
(autoBOTLib.word_relations.relationExtractor method)
get_feature_space() (autoBOTLib.strategy_ga.GAlearner method)
get_features() (in module autoBOTLib.feature_constructors)
get_graph() (autoBOTLib.doc_similarity.RelationalDocs method)
get_grounded_from_path() (autoBOTLib.conceptnet_features.ConceptFeatures method)
get_label_map() (autoBOTLib.strategy_ga.GAlearner method)
get_labels() (autoBOTLib.data_utils.DataProcessor method)
get_lr_char_pipeline() (in module autoBOTLib.baselines)
get_lr_word_char_pipeline() (in module autoBOTLib.baselines)
get_lr_word_pipeline() (in module autoBOTLib.baselines)
get_majority() (in module autoBOTLib.baselines)
get_metric_report() (in module autoBOTLib.metrics)
get_pos_tags() (in module autoBOTLib.feature_constructors)
get_propositionalized_rep() (autoBOTLib.conceptnet_features.ConceptFeatures method)
get_simple_features() (in module autoBOTLib.feature_constructors)
get_subset() (in module autoBOTLib.feature_constructors)
get_svm_char_pipeline() (in module autoBOTLib.baselines)
get_svm_word_char_pipeline() (in module autoBOTLib.baselines)
get_svm_word_pipeline() (in module autoBOTLib.baselines)
get_test_examples() (autoBOTLib.data_utils.genericProcessor method)
get_topic_explanation() (autoBOTLib.strategy_ga.GAlearner method)
get_tpot_word_pipeline() (in module autoBOTLib.baselines)
get_train_examples() (autoBOTLib.data_utils.DataProcessor method)
(autoBOTLib.data_utils.genericProcessor method)
H
hypervertex_prunning() (autoBOTLib.rakun.RakunDetector method)
I
instantiate_validation_env() (autoBOTLib.strategy_ga.GAlearner method)
J
jaccard_index() (autoBOTLib.doc_similarity.RelationalDocs method)
K
KeywordFeatures (class in autoBOTLib.keyword_features)
L
load_autobot_model() (in module autoBOTLib.helpers)
load_model() (in module autoBOTLib.minimal_test)
(in module autoBOTLib.minimal_test_load)
M
mode_pred() (autoBOTLib.strategy_ga.GAlearner method)
module
autoBOTLib
autoBOTLib.baselines
autoBOTLib.conceptnet_features
autoBOTLib.data_utils
autoBOTLib.doc_similarity
autoBOTLib.feature_constructors
autoBOTLib.helpers
autoBOTLib.keyword_features
autoBOTLib.metrics
autoBOTLib.minimal_test
autoBOTLib.minimal_test_load
autoBOTLib.rakun
autoBOTLib.sentence_embeddings
autoBOTLib.strategy_ga
autoBOTLib.topic_features
autoBOTLib.word_relations
mutReg() (autoBOTLib.minimal_test.TestClass method)
(autoBOTLib.strategy_ga.GAlearner method)
P
parallelize() (in module autoBOTLib.feature_constructors)
parallelize_dataframe() (autoBOTLib.strategy_ga.GAlearner method)
pearson_and_spearman() (in module autoBOTLib.data_utils)
predict() (autoBOTLib.strategy_ga.GAlearner method)
predict_proba() (autoBOTLib.strategy_ga.GAlearner method)
probability_extraction() (autoBOTLib.strategy_ga.GAlearner method)
prune_redundant_info() (autoBOTLib.strategy_ga.GAlearner method)
R
RakunDetector (class in autoBOTLib.rakun)
read_pandas_tsv() (autoBOTLib.data_utils.DataProcessor method)
RelationalDocs (class in autoBOTLib.doc_similarity)
relationExtractor (class in autoBOTLib.word_relations)
remove_hashtags() (in module autoBOTLib.feature_constructors)
remove_mentions() (in module autoBOTLib.feature_constructors)
remove_punctuation() (in module autoBOTLib.feature_constructors)
remove_stopwords() (in module autoBOTLib.feature_constructors)
remove_url() (in module autoBOTLib.feature_constructors)
report_performance() (autoBOTLib.strategy_ga.GAlearner method)
return_dataframe_from_text() (autoBOTLib.strategy_ga.GAlearner method)
S
simple_accuracy() (in module autoBOTLib.data_utils)
somefun() (autoBOTLib.minimal_test.TestClass method)
store_autobot_model() (in module autoBOTLib.helpers)
store_model() (in module autoBOTLib.minimal_test)
(in module autoBOTLib.minimal_test_load)
summarise_dataset() (autoBOTLib.strategy_ga.GAlearner method)
summarise_final_learners() (autoBOTLib.strategy_ga.GAlearner method)
T
TestClass (class in autoBOTLib.minimal_test)
text_col (class in autoBOTLib.feature_constructors)
TopicDocs (class in autoBOTLib.topic_features)
transform() (autoBOTLib.conceptnet_features.ConceptFeatures method)
(autoBOTLib.doc_similarity.RelationalDocs method)
(autoBOTLib.feature_constructors.digit_col method)
(autoBOTLib.feature_constructors.FeaturePrunner method)
(autoBOTLib.feature_constructors.text_col method)
(autoBOTLib.keyword_features.KeywordFeatures method)
(autoBOTLib.sentence_embeddings.documentEmbedder method)
(autoBOTLib.strategy_ga.GAlearner method)
(autoBOTLib.topic_features.TopicDocs method)
(autoBOTLib.word_relations.relationExtractor method)
ttr() (in module autoBOTLib.feature_constructors)
U
update_global_feature_importances() (autoBOTLib.strategy_ga.GAlearner method)
update_intermediary_feature_space() (autoBOTLib.strategy_ga.GAlearner method)
upsample_dataset() (autoBOTLib.strategy_ga.GAlearner method)
V
visualize_fitness() (autoBOTLib.strategy_ga.GAlearner method)
W
witem_kernel() (autoBOTLib.word_relations.relationExtractor method)