utils.py Project

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
    • ChangeCalculator
      • ChangeCalculator.compute_change()
      • ChangeCalculator.compute_changes()
      • ChangeCalculator.convert_to_float()
      • ChangeCalculator.get_box_plot()
      • ChangeCalculator.get_line_plot()
      • ChangeCalculator.get_parallel_coord()
      • ChangeCalculator.get_scatter_plot()
      • ChangeCalculator.remove_null()
      • ChangeCalculator.remove_string_values()
      • ChangeCalculator.transpose_dataframe()
  • Chat Analyzer
    • ChatAnalyzer
      • ChatAnalyzer.get_distribution_of_messages_by_day()
      • ChatAnalyzer.get_distribution_of_messages_by_hour()
      • ChatAnalyzer.get_time_series_day_plot()
      • ChatAnalyzer.get_time_series_hour_plot()
      • ChatAnalyzer.get_word_cloud()
      • ChatAnalyzer.process_chat()
  • Event Planner
    • EventPlanner
      • EventPlanner.email_results()
      • EventPlanner.get_criteria_list()
      • EventPlanner.process_result()
  • MBTI Personality Test
    • MBTI
      • MBTI.clean_text()
      • MBTI.get_bar_plot()
      • MBTI.get_feature_importance()
      • MBTI.get_num_words()
      • MBTI.get_personality_details()
      • MBTI.get_train_test()
      • MBTI.load_and_save_data()
      • MBTI.load_model()
      • MBTI.load_model_tf()
      • MBTI.load_tokenizer()
      • MBTI.load_vectorizer()
      • MBTI.predict_model()
      • MBTI.predict_model_tf()
      • MBTI.save_model()
      • MBTI.save_model_tf()
      • MBTI.save_tokenizer()
      • MBTI.save_vectorizer()
      • MBTI.test_pipeline()
      • MBTI.tokenize_new_input()
      • MBTI.train_pipeline()
      • MBTI.transform_tokenizer()
      • MBTI.transform_vectorizer()
      • MBTI.vectorize_new_input()
  • Random Generator
    • RandomGenerator
      • RandomGenerator.process_result()
  • Live Trading
    • Trade
      • Trade.get_candlestick_chart()
      • Trade.get_rates_data()
      • Trade.get_symbol_names()
    • bol()
    • forecast_ewm()
    • macd()
    • rsi()
    • sma()
    • TradeSocket
      • TradeSocket.get_candlestick_chart()
      • TradeSocket.get_historical_data()
      • TradeSocket.get_rates_data()
      • TradeSocket.get_symbol_names()
      • TradeSocket.on_message()
      • TradeSocket.on_open()
      • TradeSocket.run_socket()
  • Trip Planner
    • TripPlanner
      • TripPlanner.add_new_point_on_table()
      • TripPlanner.best_route_gurobi()
      • TripPlanner.best_route_nearest_insertion()
      • TripPlanner.best_route_nearest_neighbour()
      • TripPlanner.get_distance_and_duration_from_table()
      • TripPlanner.get_distance_from_routes()
      • TripPlanner.get_map_from_table()
      • TripPlanner.get_permutation_of_routes()
      • TripPlanner.get_routes_from_list()
      • TripPlanner.get_street_name()
      • TripPlanner.get_style_table()
      • TripPlanner.optimiser_pipeline()
      • TripPlanner.remove_last_point_on_table()
  • We’re Not Really Strangers
    • WNRS
      • WNRS.convert_to_save_format()
      • WNRS.convert_to_store_format()
      • WNRS.get_all_cards()
      • WNRS.get_all_playable_cards()
      • WNRS.get_current_card()
      • WNRS.get_information()
      • WNRS.get_next_card()
      • WNRS.get_previous_card()
      • WNRS.initialize_game()
      • WNRS.load_game()
      • WNRS.load_game_from_dict()
      • WNRS.shuffle()
      • WNRS.shuffle_remaining_cards()
utils.py Project
  • Docs »
  • Search


© Copyright 2021, Kay Jan WONG

Built with Sphinx using a theme provided by Read the Docs.