On how to use Deep AutoViML you can check the examples in repo here - github.com/AutoViML/deep_autoviml
@bigears82963 жыл бұрын
1:09:29 very useful - the ability to take in raw text and construct a classifier model. This is very understated since usually you have to manually do those using libraries like NLTK, Spacy, etc.
@madhudande35873 жыл бұрын
HI Ram and Srinivasan, While loading the stmt through jupyter from deep_autoviml import deep_autoviml as deepauto, im getting an error "The kernel appears to have died. It will restart automatically." Please support on starting point
@sanjanasuman51283 жыл бұрын
Hi, Couldn't find the NLP Demo notebook. Can you please provide the exact link
@karthik3233 жыл бұрын
Can I use Deep AutoViML for time series
@subhashachutha74133 жыл бұрын
Use autots
@AIEngineeringLife3 жыл бұрын
Karthik.. Yes it is possible as you can customize LSTM architecture as parameter and run it. Will try to post an example of it
@ramseshadri84043 жыл бұрын
@@subhashachutha7413 actually there are two libraries: auto-ts and autots. Both are good. Just try and see which one you like best.
@bibhukalyandas11463 жыл бұрын
Is there any way to add class weights to minorty class in classification model?
@AIEngineeringLife3 жыл бұрын
Yes you can add it in keras options parameter in latest version of Deep AutoViML