DEVELOPMENT... OpenML
People

A PHP Error was encountered

Severity: Notice

Message: Undefined property: MY_Loader::$userinfo

Filename: u/body.php

Line Number: 1

Backtrace:

File: /var/www/openml/openml_OS/views/pages/frontend/u/body.php
Line: 1
Function: _error_handler

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view

File: /var/www/openml/openml_OS/views/frontend_main.php
Line: 314
Function: loadpage

File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 101
Function: view

File: /var/www/openml/index.php
Line: 337
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: u/body.php

Line Number: 1

Backtrace:

File: /var/www/openml/openml_OS/views/pages/frontend/u/body.php
Line: 1
Function: _error_handler

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view

File: /var/www/openml/openml_OS/views/frontend_main.php
Line: 314
Function: loadpage

File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 101
Function: view

File: /var/www/openml/index.php
Line: 337
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined property: MY_Loader::$userinfo

Filename: u/body.php

Line Number: 1

Backtrace:

File: /var/www/openml/openml_OS/views/pages/frontend/u/body.php
Line: 1
Function: _error_handler

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view

File: /var/www/openml/openml_OS/views/frontend_main.php
Line: 314
Function: loadpage

File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 101
Function: view

File: /var/www/openml/index.php
Line: 337
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: u/body.php

Line Number: 1

Backtrace:

File: /var/www/openml/openml_OS/views/pages/frontend/u/body.php
Line: 1
Function: _error_handler

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view

File: /var/www/openml/openml_OS/views/frontend_main.php
Line: 314
Function: loadpage

File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 101
Function: view

File: /var/www/openml/index.php
Line: 337
Function: require_once

Search these flows in more detail

A PHP Error was encountered

Severity: Notice

Message: Undefined property: MY_Loader::$userinfo

Filename: subpage/user_flows.php

Line Number: 2

Backtrace:

File: /var/www/openml/openml_OS/views/pages/frontend/u/subpage/user_flows.php
Line: 2
Function: _error_handler

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 40
Function: view

File: /var/www/openml/openml_OS/views/pages/frontend/u/body.php
Line: 17
Function: subpage

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view

File: /var/www/openml/openml_OS/views/frontend_main.php
Line: 314
Function: loadpage

File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 101
Function: view

File: /var/www/openml/index.php
Line: 337
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: subpage/user_flows.php

Line Number: 2

Backtrace:

File: /var/www/openml/openml_OS/views/pages/frontend/u/subpage/user_flows.php
Line: 2
Function: _error_handler

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 40
Function: view

File: /var/www/openml/openml_OS/views/pages/frontend/u/body.php
Line: 17
Function: subpage

File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view

File: /var/www/openml/openml_OS/views/frontend_main.php
Line: 314
Function: loadpage

File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 101
Function: view

File: /var/www/openml/index.php
Line: 337
Function: require_once

's flows

flow
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
1 runs0 likes0 downloads0 reach0 impact
Logistic Regression (aka logit, MaxEnt) classifier. In the multiclass case, the training algorithm uses the one-vs-rest (OvR) scheme if the 'multi_class' option is set to 'ovr', and uses the…
189 runs0 likes0 downloads0 reach189 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
0 runs0 likes0 downloads0 reach0 impact
Applies transformers to columns of an array or pandas DataFrame. This estimator allows different columns or column subsets of the input to be transformed separately and the features generated by each…
0 runs0 likes0 downloads0 reach0 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
0 runs0 likes0 downloads0 reach0 impact
Encode categorical features as a one-hot numeric array. The input to this transformer should be an array-like of integers or strings, denoting the values taken on by categorical (discrete) features.…
0 runs0 likes0 downloads0 reach0 impact
Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit…
2 runs0 likes0 downloads0 reach0 impact
Standardize features by removing the mean and scaling to unit variance The standard score of a sample `x` is calculated as: z = (x - u) / s where `u` is the mean of the training samples or zero if…
0 runs0 likes0 downloads0 reach0 impact
Classifier implementing the k-nearest neighbors vote.
23 runs0 likes0 downloads0 reach23 impact