Feature engineering | score (holdout) |
---|---|
no statistic | 0.744318 |
basic statistic | 0.764667 |
all statistic (basic + relative) | 0.768469 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using static System.String; | |
namespace PDA | |
{ | |
class Program | |
{ | |
public static Stack<char> MainStack = new Stack<char>(); | |
public static List<Condition> Conditions = new List<Condition>(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<Catalog> | |
<LastOpenTemplates> | |
<Template Name="Больничный лист" Сategory="Справки" LastOpened="15.04.2017 13:55:10" /> | |
</LastOpenTemplates> | |
<Templates> | |
<Template Name="Направление на анализы" Category="Анализы" Image="../images/analys.jpg" Description="blah-blah-blah" /> | |
<Template /> | |
</Templates> | |
</Catalog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Medicine: | |
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
<xs:element name="ArrayOfString"> | |
<xs:complexType> | |
<xs:sequence> | |
<xs:element type="xs:string" name="string" maxOccurs="unbounded" minOccurs="0"/> | |
</xs:sequence> | |
</xs:complexType> | |
</xs:element> | |
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE MedHelp | |
GO | |
IF DB_NAME() <> N'MedHelp' SET NOEXEC ON | |
GO | |
-- | |
-- Создать таблицу [dbo].[Medicines] | |
-- | |
PRINT (N'Создать таблицу [dbo].[Medicines]') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# before install pybullet with `pip install pybullet` | |
# source: https://github.com/bulletphysics/bullet3/blob/cbede4eb6c4b9b6d0dddf5b3964a1c7449af05d6/examples/pybullet/gym/pybullet_envs/__init__.py#L188-L191 | |
import gym | |
from gym.envs.registration import registry, make, spec | |
def register(id, *args, **kvargs): | |
if id in registry.env_specs: |
- Register for Oracle Cloud Free Tier
- Create compute instance
- change image to
Canonical Ubuntu
- confirm that a public IPv4 address is assigned
- upload your public ssh key
- leave everything blank in
Boot volume
- change image to
- Enable Internet Access
- Instances → Instance details → Subnet → Default Security List → Add Ingress Rules
- HTTP: Stateless: Checked