Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

graph_v6.txt 4.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  1. {
  2. "import": ["import \\w+ as \\w+", "import \\w+", "from \\w+ import \\w+", "from \\w+ import \\w+ as \\w+"],
  3. "data_import": ["[ ]{0,1}=[ ]{0,1}open[ ]{0,1}(",
  4. "with open[ ]{0,1}\\([ ]{0,1}[\\'\"]\\w+.\\w+[\\'\"][ ]{0,1},[ ]{0,1}[\\'\"]\\w+[\\'\"]\\)) as \\w+[ ]{0,1}:",
  5. "read_csv", "read_fwf", "read_json", "read_html", "read_clipboard", "read_excel", "read_hdf",
  6. "read_feather", "read_parquet", "read_orc", "read_msgpack", "read_stata", "read_sas",
  7. "read_spss", "read_pickle", "read_sql", "read_gbq"],
  8. "data_export": ["to_csv", "to_json", "to_clipboard", "to_excel", "to_hdf", "to_feather", "to_parquet",
  9. "to_msgpack", "to_stata", "to_pickle", "to_sql", "to_gbq"],
  10. "preprocessing": ["train_test_split", "Normalizer", "StandardScaler", "normalize", "scale", "DictVectorizer",
  11. "CountVectorizer", "HashingVectorizer", "TfidfVectorizer", "Stemmer", "WordNetLemmartizer",
  12. "Word2Vec", "LancasterStemmer", "SnowballStemmer", "PorterStemmer", "stemmer", "encode",
  13. "decode", "lemmatize", "stem", "minmaxscaler", "labelencoder", "LabelEncoder", "concat",
  14. "concatenate", "merge", "fill", "fillna", "normalize", "crop", "drop", "preprocess_image",
  15. "vectorizer", "tokenizer", "tfidf", "replace", "test_size", "map", "filter", "getdummies",
  16. "fit_transform", "transform", "strip", "split", "apply", "dropna", "clean", "duplicated",
  17. "drop_duplicates", "reset_index", "reshape", "stemming", "deskew", "str.contains",
  18. "augmentation", "flatten", "groupby", "sort_values", "pad", "set_vscale", "pivot", "melt",
  19. "sent_tokenize", "word_tokenize", "join", "preprocess", "preprocessing", "test_split",
  20. "font_scale", "scale", "color_continuous_scale", "colorscale", "preprocessor", "rescale",
  21. "reversescale", "inverse_transform", "simple_preprocess", "generation", "augmentation",
  22. "lemmatization", "scale", "resize", "invertxaxis", "attention", "polynomialfeatures", "autoscale"],
  23. "visualization": [".subplots", ".scatter", ".set_title", ".set_xlabel", ".set_ylabel",
  24. ".plot", ".legend", ".hist", ".bar", ".barh", ".scatterplot", ".lineplot", ".distplot",
  25. ".countplot", ".boxplot", ".imshow", ".set_xticks", ".set_yticks", ".set_xticklabels",
  26. ".set_yticklabels", ".setp", ".heatmap", ".FacetGrid", ".map", ".kdeplot",
  27. ".pairplot", "scatter_matrix"],
  28. "model": ["LinearRegression", "RandomForest", "Ridge", "RidgeCV", "RidgeClassifier", "RidgeClassifierCV",
  29. "SGD", "LogisticRegression", "LogisticRegressionCV", "SVC", "SVR", "Layer", "XGboost", "LGBM",
  30. "Perceptron", "KNeighborsRegressor", "KNeighborsClassifier", "SGDRegressor", "ElasticNet",
  31. "KMeans", "AgglomerativeClustering", "SpectralClustering", "CategoricalNB", "ComplementNB",
  32. "DecisionTreeClassifier", "DecisionTreeRegressor", "Lasso", "CatBoost", "ElasticNetCV"],
  33. "deep_learning_model": ["Dense", "Activation", "Embedding", "Masking", "Lambda", "Conv\\dD", "SeparableConv\\dD",
  34. "DepthwiseConv\\dD", "Conv\\dDTranspose", "MaxPooling\\dD", "AveragePooling\\dD",
  35. "GlobalPooling\\dD", "GlobalAveragePooling\\dD", "LSTM", "GRU", "RNN", "SimpleRNN",
  36. "Bidirectional", "ConvLSTM2D", "CategoryEncoding", "CategoryCrossing", "BatchNormalization",
  37. "LayerNormalization", "Dropout", "SpatialDropout\\dD", "GaussianDropout", "GaussianNoise",
  38. "ActivityRegularization", "AlphaDropout", "Attention", "AdditiveAttention", "Cropping\\dD",
  39. "UpSampling\\dD", "ZeroPadding\\dD", "LocallyConnected\\dD", "ReLU", "Softmax", "LeakyReLU",
  40. "PReLU", "ELU", "ThresholdedReLU"],
  41. "train": ["fit", "Adam", "SGD", "RMSprop", "Adadelta", "Adamax", "Nadam", "Ftrl",
  42. "apply_gradients", "epoch", "EPOCH"],
  43. "predict": ["predict", "BinaryCrossetropy", "CategoricalCrossentropy", "binary_crossentropy",
  44. "categorical_crossentropy", "categorical_crossentropy", "KLDivergence class",
  45. "kl_divergence function", "MeanSquaredError", "MeanAbsoluteError", "mean_squared_error",
  46. "MeanAbsolutePercentageError", "MeanSquaredLogarithmicError", "CosineSimilarity",
  47. "mean_absolute_error", "mean_absolute_percentage_error", "mean_squared_logarithmic_error",
  48. "cosine_similarity", "Huber", "huber", "LogCosh", "log_cosh", "Hinge", "SquaredHinge",
  49. "CategoricalHinge", "hinge", "squared_hinge", "categorical_hinge"]
  50. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...