Skip to content
Snippets Groups Projects
course_decision_tree.html 281 B
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>What kinf of model, data, or instance can I upload ?</title>
</head>
<body>

<h1> What library am I able to use on the platform ?</h1>

<p> Only models from scikit-learn are allowed.</p>

</body>
</html>