utils.py Project
stable
Deployment Documentation
Changelog
Creating Virtual Environment
Creating VE using Anaconda
Creating VE using Shell Command
Creating VE using Python Code
Creating Dash Application
Installing Dash
Make your first Dash app
Code Documentation
Change Calculator
Chat Analyzer
Event Planner
Helper
MBTI Personality Test
Random Generator
Live Trading
Trip Planner
We’re Not Really Strangers
utils.py Project
Docs
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
add_new_point_on_table() (components.trip_planner.TripPlanner method)
B
best_route_gurobi() (components.trip_planner.TripPlanner static method)
best_route_nearest_insertion() (components.trip_planner.TripPlanner method)
best_route_nearest_neighbour() (components.trip_planner.TripPlanner static method)
bol() (in module components.trade)
C
ChangeCalculator (class in components.change_calculator)
ChatAnalyzer (class in components.chat)
clean_text() (components.mbti.MBTI static method)
components.helper
module
components.trade
module
components.trade_socket
module
compute_change() (components.change_calculator.ChangeCalculator method)
compute_changes() (components.change_calculator.ChangeCalculator method)
convert_to_float() (components.change_calculator.ChangeCalculator static method)
create_fig_from_diagram() (in module components.helper)
create_json_from_dict() (in module components.helper)
D
dcc_loading() (in module components.helper)
decode_df() (in module components.helper)
decode_dict() (in module components.helper)
E
email_results() (components.event_planner.EventPlanner static method)
encode_df() (in module components.helper)
encode_dict() (in module components.helper)
EventPlanner (class in components.event_planner)
F
forecast_ewm() (in module components.trade)
G
generate_datatable() (in module components.helper)
get_all_cards() (components.wnrs.WNRS static method)
get_all_playable_cards() (components.wnrs.WNRS method)
get_bar_plot() (components.mbti.MBTI static method)
get_box_plot() (components.change_calculator.ChangeCalculator static method)
get_candlestick_chart() (components.trade.Trade static method)
(components.trade_socket.TradeSocket static method)
get_criteria_list() (components.event_planner.EventPlanner static method)
get_current_card() (components.wnrs.WNRS method)
get_distance_and_duration_from_table() (components.trip_planner.TripPlanner method)
get_distance_from_routes() (components.trip_planner.TripPlanner static method)
get_distribution_of_messages_by_day() (components.chat.ChatAnalyzer static method)
get_distribution_of_messages_by_hour() (components.chat.ChatAnalyzer static method)
get_excel_demo() (in module components.helper)
get_excel_from_df() (in module components.helper)
get_feature_importance() (components.mbti.MBTI method)
get_historical_data() (components.trade_socket.TradeSocket method)
get_information() (components.wnrs.WNRS method)
get_line_plot() (components.change_calculator.ChangeCalculator static method)
get_map_from_table() (components.trip_planner.TripPlanner static method)
get_next_card() (components.wnrs.WNRS method)
get_num_words() (components.mbti.MBTI method)
get_parallel_coord() (components.change_calculator.ChangeCalculator static method)
get_permutation_of_routes() (components.trip_planner.TripPlanner static method)
get_personality_details() (components.mbti.MBTI static method)
get_previous_card() (components.wnrs.WNRS method)
get_rates_data() (components.trade.Trade method)
(components.trade_socket.TradeSocket method)
get_routes_from_list() (components.trip_planner.TripPlanner static method)
get_scatter_plot() (components.change_calculator.ChangeCalculator static method)
get_street_name() (components.trip_planner.TripPlanner method)
get_style_table() (components.trip_planner.TripPlanner static method)
get_summary_statistics() (in module components.helper)
get_symbol_names() (components.trade.Trade method)
(components.trade_socket.TradeSocket static method)
get_time_series_day_plot() (components.chat.ChatAnalyzer method)
get_time_series_hour_plot() (components.chat.ChatAnalyzer method)
get_train_test() (components.mbti.MBTI static method)
get_word_cloud() (components.chat.ChatAnalyzer static method)
get_worksheet() (in module components.helper)
I
initialize_game() (components.wnrs.WNRS method)
L
load_and_save_data() (components.mbti.MBTI method)
load_game() (components.wnrs.WNRS method)
load_game_from_dict() (components.wnrs.WNRS method)
load_model() (components.mbti.MBTI static method)
load_model_tf() (components.mbti.MBTI static method)
load_tokenizer() (components.mbti.MBTI method)
load_vectorizer() (components.mbti.MBTI method)
M
macd() (in module components.trade)
MBTI (class in components.mbti)
module
components.helper
components.trade
components.trade_socket
O
on_message() (components.trade_socket.TradeSocket method)
on_open() (components.trade_socket.TradeSocket method)
optimiser_pipeline() (components.trip_planner.TripPlanner method)
P
parse_data() (in module components.helper)
predict_model() (components.mbti.MBTI static method)
predict_model_tf() (components.mbti.MBTI method)
print_callback() (in module components.helper)
process_chat() (components.chat.ChatAnalyzer method)
process_result() (components.event_planner.EventPlanner static method)
(components.rng.RandomGenerator static method)
R
RandomGenerator (class in components.rng)
remove_last_point_on_table() (components.trip_planner.TripPlanner static method)
remove_null() (components.change_calculator.ChangeCalculator static method)
remove_string_values() (components.change_calculator.ChangeCalculator static method)
result_download_button() (in module components.helper)
result_download_text() (in module components.helper)
rsi() (in module components.trade)
run_socket() (components.trade_socket.TradeSocket method)
S
save_model() (components.mbti.MBTI static method)
save_model_tf() (components.mbti.MBTI method)
save_tokenizer() (components.mbti.MBTI method)
save_vectorizer() (components.mbti.MBTI method)
send_email() (in module components.helper)
shuffle() (components.wnrs.WNRS method)
shuffle_remaining_cards() (components.wnrs.WNRS method)
sma() (in module components.trade)
T
table_css() (in module components.helper)
test_pipeline() (components.mbti.MBTI method)
tokenize_new_input() (components.mbti.MBTI method)
Trade (class in components.trade)
TradeSocket (class in components.trade_socket)
train_pipeline() (components.mbti.MBTI method)
transform_tokenizer() (components.mbti.MBTI method)
transform_vectorizer() (components.mbti.MBTI method)
transpose_dataframe() (components.change_calculator.ChangeCalculator static method)
TripPlanner (class in components.trip_planner)
U
update_when_upload() (in module components.helper)
V
valid_email() (in module components.helper)
vectorize_new_input() (components.mbti.MBTI method)
violin_plot() (in module components.helper)
W
WNRS (class in components.wnrs)