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_v1.txt 603 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. graph = {'imports':['import', 'from']
  2. ,'load_data':['load', 'csv', 'glob', 'pickle', 'read', 'download', 'txt']
  3. ,'preprocessing':['preprocess', 'plot', 'heatmap', 'figure', 'encode', 'fill', 'merge', 'vectorize', 'generation', 'augmentation', 'stemming', 'lemmatization', 'scale', 'normalize', 'crop', 'convert', 'resize']
  4. ,'model':['LinearRegression', 'RandomForest', 'Ridge', 'Lasso', 'SGD', 'LogisticRegression', 'SVM', 'SVC', 'Layer', 'xgboost', 'LGBM', 'CatBoost']
  5. ,'train': ['train', 'fit', 'epoch', 'loss', 'learn', 'optimizer']
  6. ,'predict':['predict', 'error', 'evaluation', 'MSE', 'Test']
  7. }
Tip!

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

Comments

Loading...