Edit model card
YAML Metadata Error: "widget" must be an array

Model description

[More Information Needed]

Intended uses & limitations

[More Information Needed]

Training Procedure

Hyperparameters

The model is trained with below hyperparameters.

Click to expand
Hyperparameter Value
memory
steps [('transformation', ColumnTransformer(transformers=[('min_max_scaler', MinMaxScaler(),
['time_first_funding', 'seed_funding',
'time_till_series_a'])])), ('model', LogisticRegression(penalty='none', random_state=0))]
verbose False
transformation ColumnTransformer(transformers=[('min_max_scaler', MinMaxScaler(),
['time_first_funding', 'seed_funding',
'time_till_series_a'])])
model LogisticRegression(penalty='none', random_state=0)
transformation__n_jobs
transformation__remainder drop
transformation__sparse_threshold 0.3
transformation__transformer_weights
transformation__transformers [('min_max_scaler', MinMaxScaler(), ['time_first_funding', 'seed_funding', 'time_till_series_a'])]
transformation__verbose False
transformation__verbose_feature_names_out True
transformation__min_max_scaler MinMaxScaler()
transformation__min_max_scaler__clip False
transformation__min_max_scaler__copy True
transformation__min_max_scaler__feature_range (0, 1)
model__C 1.0
model__class_weight
model__dual False
model__fit_intercept True
model__intercept_scaling 1
model__l1_ratio
model__max_iter 100
model__multi_class auto
model__n_jobs
model__penalty none
model__random_state 0
model__solver lbfgs
model__tol 0.0001
model__verbose 0
model__warm_start False

Model Plot

The model plot is below.

Pipeline(steps=[('transformation',ColumnTransformer(transformers=[('min_max_scaler',MinMaxScaler(),['time_first_funding','seed_funding','time_till_series_a'])])),('model', LogisticRegression(penalty='none', random_state=0))])
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.

Evaluation Results

[More Information Needed]

How to Get Started with the Model

[More Information Needed]

Model Card Authors

This model card is written by following authors:

[More Information Needed]

Model Card Contact

You can contact the model card authors through following channels: [More Information Needed]

Citation

Below you can find information related to citation.

BibTeX:

[More Information Needed]

model_card_authors

jirko

model_description

just the temporal regression with reduced input features

Downloads last month
0