Tushar Tiwari

Results 5 comments of Tushar Tiwari

Can we have direct support using the yahoo Finance API? As it is more faster.

I am also facing the similar issue. Is there a solution for this apart from downgrading. I tried to downgrade to !pip install tensorflow==2.2.0 !pip install keras==2.3.1 But later in...

The following has worked for me on google colab as of now. ``` !pip3 install tensorflow==2.2 !pip3 install keras==2.3.1 !pip3 install -U segmentation-models %env SM_FRAMEWORK=tf.keras import segmentation_models as sm tf.keras.backend.set_image_data_format('channels_last')...

For the number samples to switch between few shots and standard supervised learning and fine-tuning part, It would be subjective SETfit performance is slightly less then supervised learning and fine-tuning...

01:10 Outline of testing 02:05 Benefits of unit Testing 03:20 Why people do not write unit test 05:25 Data Science Theory workflow and practice 09:05 Pytest Framework with example 12:10...