我正在尝试使用以下代码找到最佳的max_depth值
<html>
<head>
<style>
html {
height: 200px;
width: 200px;
}
#wrapper {
display: inline;
bottom: 0;
position: fixed;
}
</style>
<title>Please</title>
<script src="popup.js"></script>
</head>
<body>
<h2 id="header">
<center>Extension</center>
</h2>
<div id="div1"></div>
<div id="wrapper">
<form class="categoryForm" autocomplete="off" style="">
<input type="text" id="category" style="display: inline-block" />
<button value="add" id="addButton" style="display: inline-block">
Add
</button>
<button value="clear" id="clearButton" style="display: inline-block">
Clear
</button>
</form>
</div>
</body>
</html>
我遇到以下错误:
如何解决问题?
使用上面的示例代码解决了该问题。问题主要是因为我使用的是经过编码的数据。使用未经编码的数据并且还使用“ h2o.importFile”命令而非“ read.csv”导入数据后,问题已解决!