- use version prefix when downloading dataset
- remove submission version
- add function to submit tournament prediction
- add round_num attribute to datasets
- add metrics to public api
- set factory args
- don't pass eras to predict method
- pass eras to scorers on call
- convert ndarray to series
- add validation_curve
- add numerai correlation score
- add utility function to build cv
- simplify function
- add argument to keep downloaded file
- explicitly check if groups is None
- explicitly check if groups is None
- add constants for feature and target names
- add suffix only to filepath
- add fetcher for feature metadata
- add argument to fetch custom round
- add fetcher for validation predictions
- add fetcher for example predictions
- add fetcher for live data
- add fetcher for test data
- add fetcher for tournament data
- add targets attribute
- remove na_value argument
- use original data types
- return metadata as separate attributes
- remove support for NaN value replacement in fetchers.
- don't convert
era
s to int. - replace the dataset's
info
attribute byid
,era
anddata_type
attributes.
- add PurgedKFold cross-validator
- fill NaNs only when necessary
- add fetcher for validation data
- support earlier python versions
- remove icons
- add fetcher for training data