Turi Create API
Data
Data Structures
Data Types
Utilities
Modelling
Applications
Essentials
Utilities
Visualization
Configuration
turicreate.config.get_client_log_location
turicreate.config.get_environment_config
turicreate.config.get_num_gpus
turicreate.config.get_runtime_config
turicreate.config.set_log_level
turicreate.config.set_num_gpus
turicreate.config.set_runtime_config
Turi Create API
Docs
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
abs() (turicreate.SArray method)
accuracy() (in module turicreate.evaluation)
ActivityClassifier (class in turicreate.activity_classifier)
add_column() (turicreate.SFrame method)
add_columns() (turicreate.SFrame method)
add_edges() (turicreate.SGraph method)
add_row_number() (turicreate.SFrame method)
add_vertices() (turicreate.SGraph method)
all() (turicreate.SArray method)
annotate() (in module turicreate.image_classifier)
any() (turicreate.SArray method)
append() (turicreate.SArray method)
(turicreate.SArrayBuilder method)
(turicreate.SFrame method)
(turicreate.SFrameBuilder method)
append_multiple() (turicreate.SArrayBuilder method)
(turicreate.SFrameBuilder method)
apply() (turicreate.SArray method)
(turicreate.SFrame method)
ARGMAX() (in module turicreate.aggregate)
argmax() (turicreate.SArray method)
ARGMIN() (in module turicreate.aggregate)
argmin() (turicreate.SArray method)
astype() (turicreate.SArray method)
auc() (in module turicreate.evaluation)
AVG() (in module turicreate.aggregate)
B
bm25() (in module turicreate.text_analytics)
BoostedTreesClassifier (class in turicreate.boosted_trees_classifier)
BoostedTreesRegression (class in turicreate.boosted_trees_regression)
box_plot() (in module turicreate.visualization)
build_address_distance() (in module turicreate.toolkits.distances)
C
cancel() (turicreate.Sketch method)
categorical_heatmap() (in module turicreate.visualization)
classify() (turicreate.activity_classifier.ActivityClassifier method)
(turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.logistic_classifier.LogisticClassifier method)
(turicreate.nearest_neighbor_classifier.NearestNeighborClassifier method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.sound_classifier.SoundClassifier method)
(turicreate.svm_classifier.SVMClassifier method)
(turicreate.text_classifier.TextClassifier method)
clip() (turicreate.SArray method)
clip_lower() (turicreate.SArray method)
clip_upper() (turicreate.SArray method)
close() (turicreate.SArrayBuilder method)
(turicreate.SFrameBuilder method)
column_names() (turicreate.SFrame method)
(turicreate.SFrameBuilder method)
column_types() (turicreate.SFrame method)
(turicreate.SFrameBuilder method)
columnwise_summary() (in module turicreate.visualization)
compare_models() (in module turicreate.recommender.util)
compute_composite_distance() (in module turicreate.toolkits.distances)
CONCAT() (in module turicreate.aggregate)
confusion_matrix() (in module turicreate.evaluation)
ConnectedComponentsModel (class in turicreate.connected_components)
contains() (turicreate.SArray method)
copy() (turicreate.SFrame method)
(turicreate.SGraph method)
cosine() (in module turicreate.toolkits.distances)
COUNT() (in module turicreate.aggregate)
COUNT_DISTINCT() (in module turicreate.aggregate)
count_ngrams() (in module turicreate.text_analytics)
count_words() (in module turicreate.text_analytics)
countna() (turicreate.SArray method)
create() (in module turicreate.activity_classifier)
(in module turicreate.boosted_trees_classifier)
(in module turicreate.boosted_trees_regression)
(in module turicreate.classifier)
(in module turicreate.connected_components)
(in module turicreate.dbscan)
(in module turicreate.decision_tree_classifier)
(in module turicreate.decision_tree_regression)
(in module turicreate.degree_counting)
(in module turicreate.drawing_classifier)
(in module turicreate.graph_coloring)
(in module turicreate.image_classifier)
(in module turicreate.image_similarity)
(in module turicreate.kcore)
(in module turicreate.kmeans)
(in module turicreate.label_propagation)
(in module turicreate.linear_regression)
(in module turicreate.logistic_classifier)
(in module turicreate.nearest_neighbor_classifier)
(in module turicreate.nearest_neighbors)
(in module turicreate.object_detector)
(in module turicreate.one_shot_object_detector)
(in module turicreate.pagerank)
(in module turicreate.random_forest_classifier)
(in module turicreate.random_forest_regression)
(in module turicreate.recommender)
(in module turicreate.recommender.factorization_recommender)
(in module turicreate.recommender.item_content_recommender)
(in module turicreate.recommender.item_similarity_recommender)
(in module turicreate.recommender.popularity_recommender)
(in module turicreate.recommender.ranking_factorization_recommender)
(in module turicreate.regression)
(in module turicreate.shortest_path)
(in module turicreate.sound_classifier)
(in module turicreate.style_transfer)
(in module turicreate.svm_classifier)
(in module turicreate.text_classifier)
(in module turicreate.topic_model)
(in module turicreate.triangle_counting)
cumulative_max() (turicreate.SArray method)
cumulative_mean() (turicreate.SArray method)
cumulative_min() (turicreate.SArray method)
cumulative_std() (turicreate.SArray method)
cumulative_sum() (turicreate.SArray method)
cumulative_var() (turicreate.SArray method)
D
date_range() (turicreate.SArray class method)
datetime_to_str() (turicreate.SArray method)
DBSCANModel (class in turicreate.dbscan)
DecisionTreeClassifier (class in turicreate.decision_tree_classifier)
DecisionTreeRegression (class in turicreate.decision_tree_regression)
DegreeCountingModel (class in turicreate.degree_counting)
dict_has_all_keys() (turicreate.SArray method)
dict_has_any_keys() (turicreate.SArray method)
dict_key_summary() (turicreate.Sketch method)
dict_keys() (turicreate.SArray method)
dict_trim_by_keys() (turicreate.SArray method)
dict_trim_by_values() (turicreate.SArray method)
dict_value_summary() (turicreate.Sketch method)
dict_values() (turicreate.SArray method)
DISTINCT() (in module turicreate.aggregate)
dot_product() (in module turicreate.toolkits.distances)
draw_bounding_boxes() (in module turicreate.object_detector.util)
(in module turicreate.one_shot_object_detector.util)
draw_strokes() (in module turicreate.drawing_classifier.util)
DrawingClassifier (class in turicreate.drawing_classifier)
drop_duplicates() (turicreate.SFrame method)
drop_words() (in module turicreate.text_analytics)
dropna() (turicreate.SArray method)
(turicreate.SFrame method)
dropna_split() (turicreate.SFrame method)
E
Edge (class in turicreate)
element_length_summary() (turicreate.Sketch method)
element_slice() (turicreate.SArray method)
element_sub_sketch() (turicreate.Sketch method)
element_summary() (turicreate.Sketch method)
euclidean() (in module turicreate.toolkits.distances)
evaluate() (turicreate.activity_classifier.ActivityClassifier method)
(turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.boosted_trees_regression.BoostedTreesRegression method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.decision_tree_regression.DecisionTreeRegression method)
(turicreate.drawing_classifier.DrawingClassifier method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.linear_regression.LinearRegression method)
(turicreate.logistic_classifier.LogisticClassifier method)
(turicreate.nearest_neighbor_classifier.NearestNeighborClassifier method)
(turicreate.object_detector.ObjectDetector method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.random_forest_regression.RandomForestRegression method)
(turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
(turicreate.sound_classifier.SoundClassifier method)
(turicreate.svm_classifier.SVMClassifier method)
(turicreate.text_classifier.TextClassifier method)
(turicreate.topic_model.TopicModel method)
evaluate_precision_recall() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
evaluate_rmse() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
explore() (turicreate.SArray method)
(turicreate.SFrame method)
export_coreml() (turicreate.activity_classifier.ActivityClassifier method)
(turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.boosted_trees_regression.BoostedTreesRegression method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.decision_tree_regression.DecisionTreeRegression method)
(turicreate.drawing_classifier.DrawingClassifier method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.image_similarity.ImageSimilarityModel method)
(turicreate.linear_regression.LinearRegression method)
(turicreate.logistic_classifier.LogisticClassifier method)
(turicreate.object_detector.ObjectDetector method)
(turicreate.one_shot_object_detector.OneShotObjectDetector method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.random_forest_regression.RandomForestRegression method)
(turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
(turicreate.sound_classifier.SoundClassifier method)
(turicreate.style_transfer.StyleTransfer method)
(turicreate.svm_classifier.SVMClassifier method)
(turicreate.text_classifier.TextClassifier method)
export_csv() (turicreate.SFrame method)
export_json() (turicreate.SFrame method)
extract_features() (turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.boosted_trees_regression.BoostedTreesRegression method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.decision_tree_regression.DecisionTreeRegression method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.random_forest_regression.RandomForestRegression method)
F
f1_score() (in module turicreate.evaluation)
FactorizationRecommender (class in turicreate.recommender.factorization_recommender)
fbeta_score() (in module turicreate.evaluation)
fillna() (turicreate.SArray method)
(turicreate.SFrame method)
filter() (turicreate.SArray method)
filter_by() (turicreate.SArray method)
(turicreate.SFrame method)
flat_map() (turicreate.SFrame method)
FREQ_COUNT() (in module turicreate.aggregate)
frequency_count() (turicreate.Sketch method)
frequent_items() (turicreate.Sketch method)
from_const() (turicreate.SArray class method)
from_sequence() (turicreate.SArray class method)
from_sql() (turicreate.SFrame class method)
G
get_client_log_location() (in module turicreate.config)
get_deep_features() (in module turicreate.image_analysis)
(in module turicreate.sound_classifier)
get_edge_fields() (turicreate.SGraph method)
get_edges() (turicreate.SGraph method)
get_environment_config() (in module turicreate.config)
get_feature_importance() (turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.boosted_trees_regression.BoostedTreesRegression method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.decision_tree_regression.DecisionTreeRegression method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.random_forest_regression.RandomForestRegression method)
get_fields() (turicreate.SGraph method)
get_neighborhood() (turicreate.SGraph method)
get_num_gpus() (in module turicreate.config)
get_num_items_per_user() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
get_num_users_per_item() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
get_path() (turicreate.shortest_path.ShortestPathModel method)
get_runtime_config() (in module turicreate.config)
get_similar_items() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
get_similar_users() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
get_styles() (turicreate.style_transfer.StyleTransfer method)
get_topics() (turicreate.topic_model.TopicModel method)
get_type() (turicreate.SArrayBuilder method)
get_vertex_fields() (turicreate.SGraph method)
get_vertices() (turicreate.SGraph method)
GraphColoringModel (class in turicreate.graph_coloring)
groupby() (turicreate.SFrame method)
H
hash() (turicreate.SArray method)
head() (turicreate.SArray method)
(turicreate.SFrame method)
heatmap() (in module turicreate.visualization)
histogram() (in module turicreate.visualization)
I
Image (class in turicreate)
ImageClassifier (class in turicreate.image_classifier)
ImageSimilarityModel (class in turicreate.image_similarity)
is_in() (turicreate.SArray method)
is_materialized() (turicreate.SArray method)
(turicreate.SFrame method)
is_topk() (turicreate.SArray method)
item_frequency() (in module turicreate.visualization)
item_length() (turicreate.SArray method)
ItemContentRecommender (class in turicreate.recommender.item_content_recommender)
ItemSimilarityRecommender (class in turicreate.recommender.item_similarity_recommender)
J
jaccard() (in module turicreate.toolkits.distances)
join() (turicreate.SFrame method)
K
KcoreModel (class in turicreate.kcore)
KmeansModel (class in turicreate.kmeans)
L
LabelPropagationModel (class in turicreate.label_propagation)
levenshtein() (in module turicreate.toolkits.distances)
LinearRegression (class in turicreate.linear_regression)
load_audio() (in module turicreate)
load_images() (in module turicreate)
(in module turicreate.image_analysis)
load_model() (in module turicreate)
load_sarray() (in module turicreate)
load_sframe() (in module turicreate)
load_sgraph() (in module turicreate)
log_loss() (in module turicreate.evaluation)
LogisticClassifier (class in turicreate.logistic_classifier)
M
manhattan() (in module turicreate.toolkits.distances)
materialize() (turicreate.SArray method)
(turicreate.SFrame method)
MAX() (in module turicreate.aggregate)
max() (turicreate.SArray method)
(turicreate.Sketch method)
max_error() (in module turicreate.evaluation)
MEAN() (in module turicreate.aggregate)
mean() (turicreate.SArray method)
(turicreate.Sketch method)
median() (turicreate.SArray method)
MIN() (in module turicreate.aggregate)
min() (turicreate.SArray method)
(turicreate.Sketch method)
N
name() (turicreate.connected_components.ConnectedComponentsModel method)
(turicreate.dbscan.DBSCANModel method)
(turicreate.degree_counting.DegreeCountingModel method)
(turicreate.graph_coloring.GraphColoringModel method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.image_similarity.ImageSimilarityModel method)
(turicreate.kcore.KcoreModel method)
(turicreate.label_propagation.LabelPropagationModel method)
(turicreate.nearest_neighbor_classifier.NearestNeighborClassifier method)
(turicreate.one_shot_object_detector.OneShotObjectDetector method)
(turicreate.pagerank.PagerankModel method)
(turicreate.shortest_path.ShortestPathModel method)
(turicreate.sound_classifier.SoundClassifier method)
(turicreate.text_classifier.TextClassifier method)
(turicreate.triangle_counting.TriangleCountingModel method)
NearestNeighborClassifier (class in turicreate.nearest_neighbor_classifier)
NearestNeighborsModel (class in turicreate.nearest_neighbors)
nnz() (turicreate.SArray method)
num_columns() (turicreate.SFrame method)
num_elements_processed() (turicreate.Sketch method)
num_missing() (turicreate.Sketch method)
num_rows() (turicreate.SFrame method)
num_unique() (turicreate.Sketch method)
O
ObjectDetector (class in turicreate.object_detector)
OneShotObjectDetector (class in turicreate.one_shot_object_detector)
P
pack_columns() (turicreate.SFrame method)
PagerankModel (class in turicreate.pagerank)
parse_docword() (in module turicreate.text_analytics)
parse_sparse() (in module turicreate.text_analytics)
perplexity() (in module turicreate.topic_model)
pixel_array_to_image() (turicreate.SArray method)
plot() (in module turicreate)
(turicreate.SArray method)
(turicreate.SFrame method)
PopularityRecommender (class in turicreate.recommender.popularity_recommender)
precision() (in module turicreate.evaluation)
precision_recall_by_user() (in module turicreate.recommender.util)
predict() (turicreate.activity_classifier.ActivityClassifier method)
(turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.boosted_trees_regression.BoostedTreesRegression method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.decision_tree_regression.DecisionTreeRegression method)
(turicreate.drawing_classifier.DrawingClassifier method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.kmeans.KmeansModel method)
(turicreate.linear_regression.LinearRegression method)
(turicreate.logistic_classifier.LogisticClassifier method)
(turicreate.nearest_neighbor_classifier.NearestNeighborClassifier method)
(turicreate.object_detector.ObjectDetector method)
(turicreate.one_shot_object_detector.OneShotObjectDetector method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.random_forest_regression.RandomForestRegression method)
(turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
(turicreate.sound_classifier.SoundClassifier method)
(turicreate.svm_classifier.SVMClassifier method)
(turicreate.text_classifier.TextClassifier method)
(turicreate.topic_model.TopicModel method)
predict_topk() (turicreate.activity_classifier.ActivityClassifier method)
(turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.drawing_classifier.DrawingClassifier method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.logistic_classifier.LogisticClassifier method)
(turicreate.nearest_neighbor_classifier.NearestNeighborClassifier method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.sound_classifier.SoundClassifier method)
preview_synthetic_training_data() (in module turicreate.one_shot_object_detector.util)
print_rows() (turicreate.SFrame method)
Q
QUANTILE() (in module turicreate.aggregate)
quantile() (turicreate.Sketch method)
query() (turicreate.image_similarity.ImageSimilarityModel method)
(turicreate.nearest_neighbors.NearestNeighborsModel method)
R
random_integers() (turicreate.SArray class method)
random_split() (in module turicreate.text_analytics)
(turicreate.SArray method)
(turicreate.SFrame method)
random_split_by_session() (in module turicreate.activity_classifier.util)
random_split_by_user() (in module turicreate.recommender.util)
RandomForestClassifier (class in turicreate.random_forest_classifier)
RandomForestRegression (class in turicreate.random_forest_regression)
RankingFactorizationRecommender (class in turicreate.recommender.ranking_factorization_recommender)
read_csv() (turicreate.SFrame class method)
read_csv_with_errors() (turicreate.SFrame class method)
read_history() (turicreate.SArrayBuilder method)
(turicreate.SFrameBuilder method)
read_json() (turicreate.SArray class method)
(turicreate.SFrame class method)
recall() (in module turicreate.evaluation)
recommend() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
recommend_from_interactions() (turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
remove_column() (turicreate.SFrame method)
remove_columns() (turicreate.SFrame method)
rename() (turicreate.SFrame method)
resize() (in module turicreate.image_analysis)
rmse() (in module turicreate.evaluation)
roc_curve() (in module turicreate.evaluation)
rolling_count() (turicreate.SArray method)
rolling_max() (turicreate.SArray method)
rolling_mean() (turicreate.SArray method)
rolling_min() (turicreate.SArray method)
rolling_stdv() (turicreate.SArray method)
rolling_sum() (turicreate.SArray method)
rolling_var() (turicreate.SArray method)
S
sample() (turicreate.SArray method)
(turicreate.SFrame method)
SArray (class in turicreate)
SArrayBuilder (class in turicreate)
save() (turicreate.activity_classifier.ActivityClassifier method)
(turicreate.Image method)
(turicreate.SArray method)
(turicreate.SFrame method)
(turicreate.SGraph method)
(turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.boosted_trees_regression.BoostedTreesRegression method)
(turicreate.connected_components.ConnectedComponentsModel method)
(turicreate.dbscan.DBSCANModel method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.decision_tree_regression.DecisionTreeRegression method)
(turicreate.degree_counting.DegreeCountingModel method)
(turicreate.drawing_classifier.DrawingClassifier method)
(turicreate.graph_coloring.GraphColoringModel method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.image_similarity.ImageSimilarityModel method)
(turicreate.kcore.KcoreModel method)
(turicreate.kmeans.KmeansModel method)
(turicreate.label_propagation.LabelPropagationModel method)
(turicreate.linear_regression.LinearRegression method)
(turicreate.logistic_classifier.LogisticClassifier method)
(turicreate.nearest_neighbor_classifier.NearestNeighborClassifier method)
(turicreate.nearest_neighbors.NearestNeighborsModel method)
(turicreate.object_detector.ObjectDetector method)
(turicreate.one_shot_object_detector.OneShotObjectDetector method)
(turicreate.pagerank.PagerankModel method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.random_forest_regression.RandomForestRegression method)
(turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
(turicreate.shortest_path.ShortestPathModel method)
(turicreate.sound_classifier.SoundClassifier method)
(turicreate.style_transfer.StyleTransfer method)
(turicreate.svm_classifier.SVMClassifier method)
(turicreate.text_classifier.TextClassifier method)
(turicreate.topic_model.TopicModel method)
(turicreate.triangle_counting.TriangleCountingModel method)
scatter() (in module turicreate.visualization)
select_column() (turicreate.SFrame method)
select_columns() (turicreate.SFrame method)
select_fields() (turicreate.SGraph method)
SELECT_ONE() (in module turicreate.aggregate)
set_log_level() (in module turicreate.config)
set_num_gpus() (in module turicreate.config)
set_runtime_config() (in module turicreate.config)
set_target() (in module turicreate.visualization)
SFrame (class in turicreate)
SFrameBuilder (class in turicreate)
SGraph (class in turicreate)
ShortestPathModel (class in turicreate.shortest_path)
show() (in module turicreate)
(turicreate.Image method)
(turicreate.SArray method)
(turicreate.SFrame method)
shuffle() (turicreate.SArray method)
(turicreate.SFrame method)
similarity_graph() (turicreate.image_similarity.ImageSimilarityModel method)
(turicreate.nearest_neighbors.NearestNeighborsModel method)
size() (turicreate.Sketch method)
Sketch (class in turicreate)
sketch_ready() (turicreate.Sketch method)
sort() (turicreate.SArray method)
(turicreate.SFrame method)
SoundClassifier (class in turicreate.sound_classifier)
split_datetime() (turicreate.SArray method)
(turicreate.SFrame method)
squared_euclidean() (in module turicreate.toolkits.distances)
stack() (turicreate.SArray method)
(turicreate.SFrame method)
stack_annotations() (in module turicreate.object_detector.util)
STD() (in module turicreate.aggregate)
std() (turicreate.SArray method)
(turicreate.Sketch method)
STDV() (in module turicreate.aggregate)
stop_words() (in module turicreate.text_analytics)
str_to_datetime() (turicreate.SArray method)
StyleTransfer (class in turicreate.style_transfer)
stylize() (turicreate.style_transfer.StyleTransfer method)
SUM() (in module turicreate.aggregate)
sum() (turicreate.SArray method)
(turicreate.Sketch method)
summary() (turicreate.activity_classifier.ActivityClassifier method)
(turicreate.SArray method)
(turicreate.SGraph method)
(turicreate.boosted_trees_classifier.BoostedTreesClassifier method)
(turicreate.boosted_trees_regression.BoostedTreesRegression method)
(turicreate.connected_components.ConnectedComponentsModel method)
(turicreate.dbscan.DBSCANModel method)
(turicreate.decision_tree_classifier.DecisionTreeClassifier method)
(turicreate.decision_tree_regression.DecisionTreeRegression method)
(turicreate.degree_counting.DegreeCountingModel method)
(turicreate.drawing_classifier.DrawingClassifier method)
(turicreate.graph_coloring.GraphColoringModel method)
(turicreate.image_classifier.ImageClassifier method)
(turicreate.image_similarity.ImageSimilarityModel method)
(turicreate.kcore.KcoreModel method)
(turicreate.kmeans.KmeansModel method)
(turicreate.label_propagation.LabelPropagationModel method)
(turicreate.linear_regression.LinearRegression method)
(turicreate.logistic_classifier.LogisticClassifier method)
(turicreate.nearest_neighbor_classifier.NearestNeighborClassifier method)
(turicreate.nearest_neighbors.NearestNeighborsModel method)
(turicreate.object_detector.ObjectDetector method)
(turicreate.one_shot_object_detector.OneShotObjectDetector method)
(turicreate.pagerank.PagerankModel method)
(turicreate.random_forest_classifier.RandomForestClassifier method)
(turicreate.random_forest_regression.RandomForestRegression method)
(turicreate.recommender.factorization_recommender.FactorizationRecommender method)
(turicreate.recommender.item_content_recommender.ItemContentRecommender method)
(turicreate.recommender.item_similarity_recommender.ItemSimilarityRecommender method)
(turicreate.recommender.popularity_recommender.PopularityRecommender method)
(turicreate.recommender.ranking_factorization_recommender.RankingFactorizationRecommender method)
(turicreate.shortest_path.ShortestPathModel method)
(turicreate.sound_classifier.SoundClassifier method)
(turicreate.style_transfer.StyleTransfer method)
(turicreate.svm_classifier.SVMClassifier method)
(turicreate.text_classifier.TextClassifier method)
(turicreate.topic_model.TopicModel method)
(turicreate.triangle_counting.TriangleCountingModel method)
SVMClassifier (class in turicreate.svm_classifier)
swap_columns() (turicreate.SFrame method)
T
tail() (turicreate.SArray method)
(turicreate.SFrame method)
TextClassifier (class in turicreate.text_classifier)
tf_idf() (in module turicreate.text_analytics)
to_dataframe() (turicreate.SFrame method)
to_numpy() (turicreate.SArray method)
(turicreate.SFrame method)
to_sql() (turicreate.SFrame method)
tokenize() (in module turicreate.text_analytics)
TopicModel (class in turicreate.topic_model)
topk() (turicreate.SFrame method)
transformed_dot_product() (in module turicreate.toolkits.distances)
TriangleCountingModel (class in turicreate.triangle_counting)
triple_apply() (turicreate.SGraph method)
turicreate.aggregate (module)
,
[1]
turicreate.data_structures (module)
turicreate.text_analytics (module)
turicreate.toolkits (module)
turicreate.toolkits.activity_classifier (module)
turicreate.toolkits.classifier (module)
turicreate.toolkits.clustering (module)
turicreate.toolkits.distances (module)
turicreate.toolkits.drawing_classifier (module)
turicreate.toolkits.evaluation (module)
turicreate.toolkits.graph_analytics (module)
turicreate.toolkits.image_analysis (module)
turicreate.toolkits.image_classifier (module)
turicreate.toolkits.image_similarity (module)
turicreate.toolkits.nearest_neighbors (module)
turicreate.toolkits.object_detector (module)
turicreate.toolkits.one_shot_object_detector (module)
turicreate.toolkits.recommender (module)
turicreate.toolkits.regression (module)
turicreate.toolkits.sound_classifier (module)
turicreate.toolkits.style_transfer (module)
turicreate.toolkits.text_classifier (module)
turicreate.toolkits.topic_model (module)
U
unique() (turicreate.SArray method)
(turicreate.SFrame method)
unpack() (turicreate.SArray method)
(turicreate.SFrame method)
unstack() (turicreate.SFrame method)
unstack_annotations() (in module turicreate.object_detector.util)
V
value_counts() (turicreate.SArray method)
VAR() (in module turicreate.aggregate)
var() (turicreate.SArray method)
(turicreate.Sketch method)
VARIANCE() (in module turicreate.aggregate)
vector_slice() (turicreate.SArray method)
Vertex (class in turicreate)
W
weighted_jaccard() (in module turicreate.toolkits.distances)
where() (turicreate.SArray class method)