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_v2.2.txt 2.9 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
  1. {
  2. "imports": ["import", "from"],
  3. "data_load": [".load", "_load", "_dump", "load_", ".csv", "glob", "pickle.", "read_", "download", ".txt", ".json", ".png", ".jpg", ".jpeg",],
  4. "preprocessing": ["train_test_split(", "Normalizer(", "StandardScaler(", "normalize(", "scale(", "DictVectorizer(",
  5. "CountVectorizer(", "HashingVectorizer(", "TfidfVectorizer(", "Stemmer(",
  6. "Lemmatizer(", "convert", ".resize", "encode(", ".fill(", ".fillna(",
  7. ".concat(", ".concat (", ".concatenate(", ".concatenate (", "merge",
  8. "train_test_split (", "Normalizer (",
  9. "StandardScaler (", "normalize (", "scale (","DictVectorizer (", "CountVectorizer (",
  10. "HashingVectorizer (", "TfidfVectorizer (", "Stemmer (", "Lemmatizer (", "encode (",
  11. ".fill (", ".fillna (", "preprocess", "generation", "augmentation", "stemming", "lemmatization",
  12. "scale", ".normalize", ".crop", "crop(", "crop (", "resize(", "resize (",
  13. "invert_xaxis", "print_results", "attention", ".drop(", ".drop (", "preprocessing", "test_size",
  14. "test_split", "font_scale", "scale", "color_contonuous_scale", "colorscale", "encode",
  15. "preprocessor", "set_vscale", "rescale", "reversescale", "inverse_transform", "porterstemmer","crop",
  16. "stem", "simple_preprocess", "ploynomialfeatures", "autoscale", "lemmatize", "lemmatizer",
  17. "pd_merge_all",
  18. "stemmer", "labelencoder", "minmaxscaler", "converted", "preprocess_image", "vectorizer",
  19. "tokenizer", "tfidf", "stemmer", "scaled_train", "input_ids", "combined_merged", "pucountry_convert",
  20. "stemming"],
  21. "visualization": ["plotting", "plot.", "plt.", "graph", "histogram", "hist", "sns.", "plotline", "chart", "diagram", "heatmap", "figure", "plot_tree(", "plot_tree (", "boxplot"],
  22. "model": ["LinearRegression(", "RandomForest(", "Ridge(", "RidgeCV(", "RidgeClassifier(", "RidgeClassifierCV(", "Lasso(", "SGD(", "LogisticRegression(", "LogisticRegressionCV(", "SVC(", "SVR(",
  23. "Layer(", "XGboost(", "LGBM(", "CatBoost(", "Perceptron(", "KNeighborsRegressor(", "KNeighborsClassifier(", "SGDRegressor(", "ElasticNet(", "ElasticNetCV(", "KMeans(",
  24. "AgglomerativeClustering(", "SpectralClustering(", "CategoricalNB(", "ComplementNB(", "DecisionTreeClassifier(", "DecisionTreeRegressor(", "LinearRegression (", "RandomForest (",
  25. "Ridge (", "RidgeCV (", "RidgeClassifier (", "RidgeClassifierCV (", "Lasso (", "SGD (", "LogisticRegression (", "LogisticRegressionCV (", "SVC (", "SVR (", "Layer (", "XGboost (",
  26. "LGBM (", "CatBoost (", "Perceptron (", "KNeighborsRegressor (", "KNeighborsClassifier (", "SGDRegressor (", "ElasticNet (", "ElasticNetCV (", "KMeans (", "AgglomerativeClustering (",
  27. "SpectralClustering (", "CategoricalNB (", "ComplementNB (", "DecisionTreeClassifier (", "DecisionTreeRegressor ("],
  28. "train": [".fit_transform", ".fit", "epoch", "loss", "optimizer"],
  29. "predict": [".predict", "_error", ".mean_", "_score", "_distance"]
  30. }
Tip!

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

Comments

Loading...