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_v5.txt 3.1 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
  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_feathe", "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_feathe", "to_parquet",
  9. "to_msgpack", "to_stata", "to_pickle", "to_sql", "to_gbq"],
  10. "preprocessing": ["train_test_split", "Normalize", "StandardScale", "normalize", "scale", "DictVectorize",
  11. "CountVectorize", "HashingVectorize", "TfidfVectorize", "Stemme", "WordNetLemmartize",
  12. "Word2Vec", "LancasterStemme", "SnowballStemme", "PorterStemme","stemme", "encode",
  13. "decode", "lemmatize", "stem", "minmaxscale", "labelencode", "LabelEncode", "concat",
  14. "concatenate", "merge", "fill", "fillna", "normalize", "crop", "drop", "preprocess_image",
  15. "vectorize", "tokenize", "tfidf", "replace", "test_size", "map", "filte", "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", "preprocesso", "rescale",
  21. "reversescale", "inverse_transform", "simple_preprocess", "generation", "augmentation",
  22. "lemmatization", "scale", "resize", "invertxaxis", "attention", "polynomialfeatures", "autoscale"],
  23. "visualization": [".subplots", ".scatte", ".set_title", ".set_xlabel", ".set_ylabel",
  24. ".plot", ".legend", ".hist", ".ba", ".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", "RidgeClassifie", "RidgeClassifierCV",
  29. "SGD", "LogisticRegression", "LogisticRegressionCV", "SVC", "SV", "Laye", "XGboost", "LGBM",
  30. "Perceptron", "KNeighborsRegresso", "KNeighborsClassifie", "SGDRegresso", "ElasticNet", "ElasticNetCV",
  31. "KMeans", "AgglomerativeClustering", "SpectralClustering", "CategoricalNB", "ComplementNB",
  32. "DecisionTreeClassifie", "DecisionTreeRegresso", "Lasso", "CatBoost"],
  33. "deep_learning_model": [".compile()", "tf.nn.", "tf.add", "tf.layers", "tf.train", "Layer(", "Model(",
  34. "model.summary()", "input_shape=", "Optimize", "Adam", "SGD", "tf.Variable", "K.",
  35. "torch.nn", ".load_weights(", "model.children", "model.base_layers", "model.parameters", "Sequential(",
  36. "nn.Module", "F."]
  37. "train": [".fit", "epoch", "loss", "optimize"],
  38. "predict": [".predict", "_erro", ".mean_", "_score", "_distance"]
  39. }
Tip!

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

Comments

Loading...