Unanswered
I Am Looking For A "Hello World" Example To Do 3 Tasks:
Data=Preprocessdata() //Local Processing
Model=Trainmodel(Data) // On Cloud Processing On A Custom Container Say Using Pytorch Or Keras
Results=Evaluatemodel(Model, Testdata) //Local Processing
Hi LazyLeopard18
I think that these toy examples will help:
uploading local datasethttps://github.com/allegroai/events/blob/master/odsc20-east/generic/dataset_artifact.py
2. pre-process data
https://github.com/allegroai/events/blob/master/odsc20-east/generic/process_dataset.py
3. Training example:
https://github.com/allegroai/events/blob/master/odsc20-east/scikit-learn/sklearn_jupyter.ipynb
184 Views
0
Answers
4 years ago
one year ago