diff --git a/docs/key.html b/docs/key.html index 8f4e8281..dfea2913 100644 --- a/docs/key.html +++ b/docs/key.html @@ -66,9 +66,9 @@
-

class Key[source]

Key(pub_id:str, secret_key:str)

+

class Key[source]

Key(pub_id:str, secret_key:str)

-

Immutable Numerai credentials.

+

Numerai credentials.

@@ -91,7 +91,7 @@

class Key -

load_key_from_json[source]

load_key_from_json(file_path:str, *args, **kwargs)

+

load_key_from_json[source]

load_key_from_json(file_path:str, *args, **kwargs)

Initialize Key object from JSON file.

Credentials file must have the following format:

@@ -119,14 +119,14 @@

load_key_from_json +
+
+ + + + + + + + {% endraw %} + + {% raw %} + +
+
+ +
+
+
stp = SignalsTargetProcessor()
+era_dataf.meta.era_col = "date"
+new_target_dataf = stp.transform(era_dataf)
+new_target_dataf.get_target_data.head(2)
+
+ +
+
+
+ +
+
+ +
+ +
+
2022-05-02 13:19:22,723 INFO numexpr.utils: Note: NumExpr detected 16 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
+2022-05-02 13:19:22,725 INFO numexpr.utils: NumExpr defaulting to 8 threads.
+
+
+
+ +
+ + +
✅ Finished step SignalsTargetProcessor. Output shape=(10000, 39). Time taken for step: 
+0:00:25.177302. ✅
+
+
+ +
+ +
+ + + + +
+ +
+ +
+ +
+
+
{% endraw %} @@ -3998,7 +4169,7 @@

2. Custom preprocessors -

class AwesomePreProcessor[source]

AwesomePreProcessor() :: BaseProcessor

+

class AwesomePreProcessor[source]

AwesomePreProcessor() :: BaseProcessor

TEMPLATE - Do some awesome preprocessing.

@@ -4024,12 +4195,12 @@

class Awesome -
+