Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Jyoti Sharma

Jyoti Sharma

Community Learner
Share
7Questions
4Answers
9.6KViews on questions

What is curve linear?

Linear in linear regression means linear in parameters. It refers to the relationship between the parameters that you are estimating (e.g., β) and the dependent variable (e.g., yi). Hence, y=exβ+ϵ is linear, but y=eβx+ϵ is not. This has nothing to do with the powers of the independent variables. There are a few…

Data Science

Answered Feb 14, 2023 · 1.2K Views Read answer →

SQlite: select into?

SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SELECT INTO isn't supported by SQLite. Try using this form: INSERT INTO equipments_backup SELECT * FROM equipments;

Devops

Answered Jul 15, 2021 · 1.2K Views Read answer →

Find element's index in pandas Series

To find element index in pandas series, use this: myseries[myseries == 8] 3 8 dtype: int64 myseries[myseries == 8].index[0] 3Note: In order to access the series element use the index operator [ ] to access an element in a series. The index must be an integer. In order to access multiple elements from a series, we use…

Salesforce

Answered Jul 7, 2021 · 1.1K Views Read answer →

Which of the following statements is true of big data analytics?

The correct answer for which of the following characteristics about big data is not true? Is option is c i.e. enables retailers and suppliers alike to gain better customer insights. Big data analysts use the Recency Frequency Monetary analysis to find out the important customers. This analysis is made on their buying…

Big Data Hadoop

Answered Apr 9, 2021 · 1.8K Views Read answer →

More members from the Big Data Hadoop community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest Big Data Hadoop Blogs

Guides, tips and career advice on Big Data Hadoop from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.