Jolan Fernandes · Posted a year ago in Questions & Answers arrow_drop_up0more_vert Python query what does the "np.random.seed(2)" actually do what does the "(2)" mean in the code? what does np.random.normal(3,1,100) mean how does it give values and what indexing method does it...
Thamer1994 · Posted 3 years ago in Questions & Answers arrow_drop_up1more_vert error reading json from txt file in python hello there this is my first post here I'm working on jupyter notebook on some project and when I reached to reading json from txt file the following error pop ...
a python dictionary containing the question_id as key and the predicted class label (integer corresponding to predicted answer) as value (E.g., {'1001': 3, '1002': 11, …}). Note: You don't have to provide a probability vector as value, but the integer value corresponding to the pr...
Thanh · Posted 6 months ago in Questions & Answers arrow_drop_up0more_vert After downgrading to Python 3.9, I got error No module named 'kaggle_secrets' Hi everyone. My problem is that when I downgraded to Python version 3.9, I couldn't use the add-ons secret keys. Here is my ...
1. Locate Your Dataset: Go to the "Datasets" section and find the dataset you just created. Click on the dataset to open it. Look for the "Copy API command" button or the dataset path. It usually looks something like /kaggle/input/your-dataset-name. ...
Kaggle: Offers tutorials and datasets for practicing regression analysis using Python. Python Libraries: Scikit-learn: A popular machine learning library in Python that provides a wide range of regression algorithms, including linear regression, logistic regression, and decision trees. Statsmodels: A Pyth...
York Yong · Posted 8 months ago in Questions & Answers arrow_drop_up4more_vert Shiny for Python User, what is your advice? Hi Kagglers, I've heard about Shiny for Python that helps to create dynamic plots and interactive widgets. Wondering if there are any users here whom has worked on...
How do Python ,R, Excel ,Power BI, Tableau fit in this beautiful concoction called data science?
Using python scripts is when you have a clear idea of data and you want to encapsulate things such that in your final scripts you can call custom functions etc to load/store model weights, to perform cross validation, etc. You can see in many big projects there is usage of both. ...
1) Machine Learning Algorithms: A Hands-On Approach with Python by Shrikant Jadhav. 2) Machine Learning Using TensorFlow Cookbook: Create powerful machine learning algorithms with TensorFlow by Alexia Audevart, Konrad Banachewicz and others 3) A Hands-On Introduction to Machine Learning by Chirag ...