BinaryDataStream Class
Data accessor for IDV data format, see here https://github.com/dotnet/machinelearning/blob/master/docs/code/IDataViewImplementation.md
- Inheritance
-
nimbusml.internal.utils.data_stream.DataStreamBinaryDataStream
Constructor
BinaryDataStream(filename=None)
Methods
clone |
Copy/clone the object. |
get_dataframe_schema | |
head | |
save | |
to_df |
clone
Copy/clone the object.
clone()
get_dataframe_schema
get_dataframe_schema()
head
head(n=5, skip=0)
Parameters
Name | Description |
---|---|
n
|
Default value: 5
|
skip
|
Default value: 0
|
save
save(file)
Parameters
Name | Description |
---|---|
file
Required
|
|
to_df
to_df()