setup.py
dsbot/DSBot.py
dsbot/TelergramBot.py
dsbot/__init__.py
dsbot.egg-info/PKG-INFO
dsbot.egg-info/SOURCES.txt
dsbot.egg-info/dependency_links.txt
dsbot.egg-info/requires.txt
dsbot.egg-info/top_level.txt
dsbot/bots/__init__.py
dsbot/bots/dense_128_net_bot.py
dsbot/bots/dense_net_bot.py
dsbot/commands/__init__.py
dsbot/commands/algoritms/__init__.py
dsbot/commands/algoritms/algorithm.py
dsbot/commands/algoritms/statistical_correlation.py
dsbot/commands/algoritms/pyod/__init__.py
dsbot/commands/algoritms/pyod/abod_algorithm.py
dsbot/commands/algoritms/pyod/autoencoder_algorithm.py
dsbot/commands/algoritms/pyod/cblof_algorithm.py
dsbot/commands/algoritms/pyod/hbos_algorithm.py
dsbot/commands/algoritms/pyod/iforest_algorithm.py
dsbot/commands/algoritms/pyod/knn_algorithm.py
dsbot/commands/algoritms/pyod/lmdd_algorithm.py
dsbot/commands/algoritms/pyod/loda_algorithm.py
dsbot/commands/base/__init__.py
dsbot/commands/base/argument.py
dsbot/commands/base/cancel_action.py
dsbot/commands/base/command.py
dsbot/commands/base/command_with_args.py
dsbot/commands/base/generate_code.py
dsbot/commands/base/goodbye.py
dsbot/commands/base/greetings.py
dsbot/commands/base/predict.py
dsbot/commands/base/speech.py
dsbot/commands/base/suggest.py
dsbot/commands/context/__init__.py
dsbot/commands/context/load_dataset.py
dsbot/commands/metrics/__init__.py
dsbot/commands/metrics/accuracy.py
dsbot/commands/outliers/__init__.py
dsbot/commands/pipeline/__init__.py
dsbot/commands/pipeline/outliers.py
dsbot/commands/pipeline/tpot_outliers.py
dsbot/commands/preprocess/__init__.py
dsbot/commands/preprocess/drop_duplicates.py
dsbot/commands/preprocess/empty_cell.py
dsbot/commands/preprocess/extract_column.py
dsbot/commands/preprocess/lower_upper_case.py
dsbot/commands/preprocess/normalize_column.py
dsbot/commands/preprocess/remove_column.py
dsbot/commands/preprocess/sort_column.py
dsbot/commands/preprocess/white_spaces.py
dsbot/commands/visualization/__init__.py
dsbot/commands/visualization/histogram.py
dsbot/commands/visualization/plot_bar.py
dsbot/commands/visualization/plot_scatter.py
dsbot/corpus/__init__.py
dsbot/corpus/bag_words.py
dsbot/corpus/bert.py
dsbot/expertise/ExpertiseAnalyzer.py
dsbot/expertise/__init__.py
dsbot/expertise/datascience_glossary.py
dsbot/inputs/__init__.py
dsbot/inputs/dialog.py
dsbot/inputs/microphone.py
dsbot/inputs/text.py
dsbot/utils/BotConfig.py
dsbot/utils/IOC.py
dsbot/utils/SpellingCheck.py
dsbot/utils/SuggestionManager.py
dsbot/utils/TaskQueue.py
dsbot/utils/__init__.py
dsbot/utils/files/SpellingDataEN.py
dsbot/utils/files/SpellingDataPT.py
dsbot/utils/files/__init__.py