AttributeError:“ DataFrame”对象没有属性“ pvals”,逻辑回归

时间:2020-02-12 10:46:13

标签: python pandas machine-learning logistic-regression

enter image description here

react-native-reanimated

调用上面的方法get_significant_vars,我们应该得到p值小于0.05的有效变量列表,在其中我们发现以下错误

import classNames from 'classnames';

const BackgroundColor = () => {
   const [toggle, setToggle] = useState(true)

   // Define css logic
   const bgToggle = classNames({
     'background-color: black': toggle,
     'background-color: white': !toggle'
   });

   // Toggle state
   const setToogle = () => setToggle(!toggle)

   return <div onClick={setToogle} className={bgToggle}>{toggle}</div>

}

0 个答案:

没有答案
相关问题