Hi sir , what is the technological infrastructure used to host this ml model in a company . for ex - in HDFC , axis banks etc
@RajeshJakhotiaAIML5 ай бұрын
@@abh1shek26 at that we used to work on SAS for Model Development, SQL Server for data storage and SSIS for ETL
@YingyuNi-l7y10 ай бұрын
Hi! Could you please explain further what is the meaning of 1212 in 'random_state' ?
@RajeshJakhotiaAIML10 ай бұрын
Random State 1212 is just a random number to ensure you get exactly the same output each time you execute the code. You can change 1212 by any random number say 1. Now if you run the code repeatedly using the value 1 you will get exactly the same output.
@tanumoyhazra6055 Жыл бұрын
Informative video .Can you please share the dataset and the python scripts ?
@piyushpathak7311 Жыл бұрын
Can you please share this dataset..
@sacca915610 ай бұрын
Hello Sir, where can I down load the file to work with this video?
@RajeshJakhotiaAIML10 ай бұрын
elearning.k2analytics.co.in/SpApp/resources
@PaulPrayer-cp8oe6 ай бұрын
would you please share the code and csv files?
@RajeshJakhotiaAIML6 ай бұрын
You can download the CSV file from elearning.k2analytics.co.in/SpApp/resources
@VarunSharma-ym2ns2 жыл бұрын
Hi Rajesh...could you please provide this data?
@RajeshJakhotiaAIML Жыл бұрын
It is available on elearning.k2analytics.co.in
@VarunSharma-ym2ns Жыл бұрын
@@RajeshJakhotiaAIML Rajesh....interview I am facing observation and performance window...kindly explain with the example
@sandeepmane8694 Жыл бұрын
please share the csv file to practice
@YingyuNi-l7y10 ай бұрын
Hi! Could you please further explain what is the meaning of 1212 in 'random_state' ?
@RajeshJakhotiaAIML7 ай бұрын
random_state = 1212 is just a seed. You can set the value to any number.